Class DataspaceAttributeAO
java.lang.Object
net.anotheria.portalkit.adminapi.api.admin.dataspace.DataspaceAttributeAO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.anotheria.portalkit.services.accountsettings.attribute.AttributeTypegetType()voidsetAttributeName(String attributeName) voidsetAttributeValue(String attributeValue) voidsetType(net.anotheria.portalkit.services.accountsettings.attribute.AttributeType type) toString()
-
Constructor Details
-
DataspaceAttributeAO
public DataspaceAttributeAO()
-
-
Method Details
-
getAttributeName
-
setAttributeName
-
getAttributeValue
-
setAttributeValue
-
getType
public net.anotheria.portalkit.services.accountsettings.attribute.AttributeType getType() -
setType
public void setType(net.anotheria.portalkit.services.accountsettings.attribute.AttributeType type) -
toString
-