T
- type of the transfer object (DTO)public abstract class SystemModel<T> extends Model<T>
Constructor and Description |
---|
SystemModel(Id<? extends T,UUID> id,
Id<SystemInformation,UUID> sysId)
Construct using the supplied unique identification and system
identification strings.
|
SystemModel(Id<SystemInformation,UUID> sysId)
Construct with the given system identification string.
|
Modifier and Type | Method and Description |
---|---|
Id<SystemInformation,UUID> |
getSysId()
Returns the system identification.
|
String |
toString() |
equals, getId, hashCode
public SystemModel(Id<SystemInformation,UUID> sysId)
sysId
- the system identificationpublic SystemModel(Id<? extends T,UUID> id, Id<SystemInformation,UUID> sysId)
id
- the unique identificationsysId
- the system identificationpublic Id<SystemInformation,UUID> getSysId()
public String toString()
toString
in class AbstractModel<T,UUID>
Copyright © 2015. All Rights Reserved.