java.lang.Object
com.aoindustries.aoserv.client.linux.LinuxId
- All Implemented Interfaces:
DtoFactory<LinuxId>
,Serializable
,Comparable<LinuxId>
public final class LinuxId
extends Object
implements Comparable<LinuxId>, Serializable, DtoFactory<LinuxId>
Several resources on a
Server
require a server-wide
unique identifier. All of the possible identifiers are represented
by LinuxId
.- Author:
- AO Industries, Inc.
- See Also:
-
Method Summary
-
Method Details
-
validate
-
valueOf
- Throws:
ValidationException
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<LinuxId>
-
toString
-
getId
public int getId() -
getDto
- Specified by:
getDto
in interfaceDtoFactory<LinuxId>
-