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