Class DataspaceAO
- java.lang.Object
-
- net.anotheria.portalkit.adminapi.api.admin.dataspace.DataspaceAO
-
public class DataspaceAO extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DataspaceAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)net.anotheria.portalkit.services.common.AccountIdgetAccountId()java.util.List<net.anotheria.portalkit.services.accountsettings.attribute.Attribute>getAttributes()java.lang.StringgetName()intgetType()inthashCode()voidsetAccountId(net.anotheria.portalkit.services.common.AccountId accountId)voidsetAttributes(java.util.List<net.anotheria.portalkit.services.accountsettings.attribute.Attribute> attributes)voidsetName(java.lang.String name)voidsetType(int type)java.lang.StringtoString()
-
-
-
Method Detail
-
getType
public int getType()
-
setType
public void setType(int type)
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getAccountId
public net.anotheria.portalkit.services.common.AccountId getAccountId()
-
setAccountId
public void setAccountId(net.anotheria.portalkit.services.common.AccountId accountId)
-
getAttributes
public java.util.List<net.anotheria.portalkit.services.accountsettings.attribute.Attribute> getAttributes()
-
setAttributes
public void setAttributes(java.util.List<net.anotheria.portalkit.services.accountsettings.attribute.Attribute> attributes)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-