Class IncludeCollectionWrapper
- java.lang.Object
-
- org.opennms.features.vaadin.datacollection.IncludeCollectionWrapper
-
public class IncludeCollectionWrapper extends java.lang.ObjectThe Class Include Collection Wrapper.- Author:
- Alejandro Galue
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDC_GROUPThe Constant DC_GROUP.static java.lang.StringSYSTEM_DEFThe Constant SYSTEM_DEF.
-
Constructor Summary
Constructors Constructor Description IncludeCollectionWrapper()Instantiates a new include collection Wrapper.IncludeCollectionWrapper(java.lang.String type, java.lang.String value)Instantiates a new include object.IncludeCollectionWrapper(IncludeCollection ic)Instantiates a new include collection Wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IncludeCollectioncreateIncludeCollection()Creates the include collection.java.lang.StringgetType()Gets the type.java.lang.StringgetValue()Gets the value.voidsetType(java.lang.String type)Sets the type.voidsetValue(java.lang.String value)Sets the value.java.lang.StringtoString()
-
-
-
Field Detail
-
SYSTEM_DEF
public static final java.lang.String SYSTEM_DEF
The Constant SYSTEM_DEF.- See Also:
- Constant Field Values
-
DC_GROUP
public static final java.lang.String DC_GROUP
The Constant DC_GROUP.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IncludeCollectionWrapper
public IncludeCollectionWrapper()
Instantiates a new include collection Wrapper.
-
IncludeCollectionWrapper
public IncludeCollectionWrapper(IncludeCollection ic)
Instantiates a new include collection Wrapper.- Parameters:
ic- the source include collection
-
IncludeCollectionWrapper
public IncludeCollectionWrapper(java.lang.String type, java.lang.String value)Instantiates a new include object.- Parameters:
type- the typevalue- the value
-
-
Method Detail
-
getType
public java.lang.String getType()
Gets the type.- Returns:
- the type
-
setType
public void setType(java.lang.String type)
Sets the type.- Parameters:
type- the new type
-
getValue
public java.lang.String getValue()
Gets the value.- Returns:
- the value
-
setValue
public void setValue(java.lang.String value)
Sets the value.- Parameters:
value- the new value
-
createIncludeCollection
public IncludeCollection createIncludeCollection()
Creates the include collection.- Returns:
- the include collection
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-