Class DataspaceAO
java.lang.Object
net.anotheria.portalkit.adminapi.api.admin.dataspace.DataspaceAO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleannet.anotheria.portalkit.services.common.AccountIdList<net.anotheria.portalkit.services.accountsettings.attribute.Attribute> getName()intgetType()inthashCode()voidsetAccountId(net.anotheria.portalkit.services.common.AccountId accountId) voidsetAttributes(List<net.anotheria.portalkit.services.accountsettings.attribute.Attribute> attributes) voidvoidsetType(int type) toString()
-
Constructor Details
-
DataspaceAO
public DataspaceAO()
-
-
Method Details
-
getType
public int getType() -
setType
public void setType(int type) -
getName
-
setName
-
getAccountId
public net.anotheria.portalkit.services.common.AccountId getAccountId() -
setAccountId
public void setAccountId(net.anotheria.portalkit.services.common.AccountId accountId) -
getAttributes
-
setAttributes
public void setAttributes(List<net.anotheria.portalkit.services.accountsettings.attribute.Attribute> attributes) -
equals
-
hashCode
public int hashCode() -
toString
-