Package org.ovirt.engine.api.extensions
Class ExtUUID
java.lang.Object
org.ovirt.engine.api.extensions.ExtUUID
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<ExtUUID>
Extension UUID.
Provides named GUID.
- See Also:
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
-
uuid
-
-
Constructor Details
-
ExtUUID
Constructor.- Parameters:
name- uuid name, used only for debugging.uuid- uuid.
-
ExtUUID
Constructor.- Parameters:
name- uuid name, used only for debugging.uuid- uuid.
-
ExtUUID
public ExtUUID()Constructor, default. For serialization.
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<ExtUUID>
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
getName
Returns the name of the key.- Returns:
- Name of key.
-
getUuid
Returns the uuid of the key.- Returns:
- Uuid of key.
-