Package cz.metacentrum.perun.core.api
Class Host
java.lang.Object
cz.metacentrum.perun.core.api.PerunBean
cz.metacentrum.perun.core.api.Auditable
cz.metacentrum.perun.core.api.Host
- All Implemented Interfaces:
Serializable,Comparable<PerunBean>
Representation of the physical host.
Most attributes are named accordingly to the GLUE specification: http://www.ogf.org/documents/GFD.147.pdf
- Author:
- Michal Prochazka, Michal Karm Babacek
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleaninthashCode()voidsetHostname(String hostname) toString()Methods inherited from class cz.metacentrum.perun.core.api.Auditable
getCreatedAt, getCreatedBy, getCreatedByUid, getModifiedAt, getModifiedBy, getModifiedByUid, setCreatedAt, setCreatedBy, setCreatedByUid, setModifiedAt, setModifiedBy, setModifiedByUidMethods inherited from class cz.metacentrum.perun.core.api.PerunBean
getBeanName, getId, setId
-
Constructor Details
-
Host
public Host() -
Host
-
Host
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<PerunBean>- Overrides:
compareToin classPerunBean
-
equals
-
getHostname
-
setHostname
-
hashCode
public int hashCode() -
serializeToString
- Overrides:
serializeToStringin classAuditable
-
toString
-