Package cz.metacentrum.perun.core.api
Class Owner
java.lang.Object
cz.metacentrum.perun.core.api.PerunBean
cz.metacentrum.perun.core.api.Auditable
cz.metacentrum.perun.core.api.Owner
- All Implemented Interfaces:
- Serializable,- Comparable<PerunBean>
Deprecated.
Owner of resources
- Author:
- Michal Prochazka, Slavek Licehammer
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionOwner()Deprecated.Deprecated.Deprecated.Owner(int id, String name, String contact, OwnerType type, String createdAt, String createdBy, String modifiedAt, String modifiedBy, Integer createdByUid, Integer modifiedByUid) Deprecated.Owner(int id, String name, String contact, String createdAt, String createdBy, String modifiedAt, String modifiedBy, Integer createdByUid, Integer modifiedByUid) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionintDeprecated.booleanDeprecated.Deprecated.Gets the contact for this instance.getName()Deprecated.getType()Deprecated.inthashCode()Deprecated.Deprecated.voidsetContact(String contact) Deprecated.Sets the contact for this instance.voidDeprecated.voidDeprecated.voidsetTypeByString(String type) Deprecated.toString()Deprecated.Methods inherited from class cz.metacentrum.perun.core.api.AuditablegetCreatedAt, getCreatedBy, getCreatedByUid, getModifiedAt, getModifiedBy, getModifiedByUid, setCreatedAt, setCreatedBy, setCreatedByUid, setModifiedAt, setModifiedBy, setModifiedByUidMethods inherited from class cz.metacentrum.perun.core.api.PerunBeangetBeanName, getId, setId
- 
Constructor Details- 
Ownerpublic Owner()Deprecated.
- 
OwnerDeprecated.
- 
Ownerpublic Owner(int id, String name, String contact, String createdAt, String createdBy, String modifiedAt, String modifiedBy, Integer createdByUid, Integer modifiedByUid) Deprecated.
- 
OwnerDeprecated.
- 
Ownerpublic Owner(int id, String name, String contact, OwnerType type, String createdAt, String createdBy, String modifiedAt, String modifiedBy, Integer createdByUid, Integer modifiedByUid) Deprecated.
 
- 
- 
Method Details- 
compareToDeprecated.- Specified by:
- compareToin interface- Comparable<PerunBean>
- Overrides:
- compareToin class- PerunBean
 
- 
equalsDeprecated.
- 
getContactDeprecated.Gets the contact for this instance.- Returns:
- The contact.
 
- 
setContactDeprecated.Sets the contact for this instance.- Parameters:
- contact- The contact.
 
- 
getNameDeprecated.
- 
setNameDeprecated.
- 
getTypeDeprecated.
- 
setTypeDeprecated.
- 
hashCodepublic int hashCode()Deprecated.
- 
serializeToStringDeprecated.- Overrides:
- serializeToStringin class- Auditable
 
- 
setTypeByStringDeprecated.
- 
toStringDeprecated.
 
-