Class PrinterGroupValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PrinterGroupPK>
com.echothree.model.data.printer.server.value.PrinterGroupValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPrinterGroupValue
(PrinterGroupDetailPK activeDetailPK, PrinterGroupDetailPK lastDetailPK) Creates a new instance of PrinterGroupValuePrinterGroupValue
(PrinterGroupPK printerGroupPK, PrinterGroupDetailPK activeDetailPK, PrinterGroupDetailPK lastDetailPK) Creates a new instance of PrinterGroupValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(PrinterGroupDetailPK activeDetailPK) void
setLastDetailPK
(PrinterGroupDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PrinterGroupValue
public PrinterGroupValue(PrinterGroupPK printerGroupPK, PrinterGroupDetailPK activeDetailPK, PrinterGroupDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of PrinterGroupValue- Throws:
PersistenceNotNullException
-
PrinterGroupValue
public PrinterGroupValue(PrinterGroupDetailPK activeDetailPK, PrinterGroupDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of PrinterGroupValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PrinterGroupPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PrinterGroupPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PrinterGroupPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PrinterGroupPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-