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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(PrinterGroupJobDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<PrinterGroupJobPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PrinterGroupJobPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PrinterGroupJobPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PrinterGroupJobPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-