Class StringAttributeDTO
- java.lang.Object
-
- org.opennms.netmgt.collection.dto.AttributeDTO
-
- org.opennms.netmgt.collection.dto.StringAttributeDTO
-
public class StringAttributeDTO extends AttributeDTO
-
-
Constructor Summary
Constructors Constructor Description StringAttributeDTO()
StringAttributeDTO(StringAttribute attribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringAttribute
toAttribute()
-
Methods inherited from class org.opennms.netmgt.collection.dto.AttributeDTO
getGroup, getIdentifier, getName, getType, setGroup, setIdentifier, setName, setType
-
-
-
-
Constructor Detail
-
StringAttributeDTO
public StringAttributeDTO()
-
StringAttributeDTO
public StringAttributeDTO(StringAttribute attribute)
-
-
Method Detail
-
toAttribute
public StringAttribute toAttribute()
-
-