Class IncludeCollectionWrapper
- java.lang.Object
-
- org.opennms.features.vaadin.datacollection.IncludeCollectionWrapper
-
public class IncludeCollectionWrapper extends java.lang.Object
The Class Include Collection Wrapper.- Author:
- Alejandro Galue
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DC_GROUP
The Constant DC_GROUP.static java.lang.String
SYSTEM_DEF
The 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 IncludeCollection
createIncludeCollection()
Creates the include collection.java.lang.String
getType()
Gets the type.java.lang.String
getValue()
Gets the value.void
setType(java.lang.String type)
Sets the type.void
setValue(java.lang.String value)
Sets the value.java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-