Class PrinterGroupJobDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PrinterGroupJobDetailPK>
com.echothree.model.data.printer.server.value.PrinterGroupJobDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PrinterGroupJobDetailValue
extends BaseValue<PrinterGroupJobDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPrinterGroupJobDetailValue
(PrinterGroupJobDetailPK printerGroupJobDetailPK, PrinterGroupJobPK printerGroupJobPK, String printerGroupJobName, PrinterGroupPK printerGroupPK, DocumentPK documentPK, Integer copies, Integer priority, Long fromTime, Long thruTime) Creates a new instance of PrinterGroupJobDetailValuePrinterGroupJobDetailValue
(PrinterGroupJobPK printerGroupJobPK, String printerGroupJobName, PrinterGroupPK printerGroupPK, DocumentPK documentPK, Integer copies, Integer priority, Long fromTime, Long thruTime) Creates a new instance of PrinterGroupJobDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setDocumentPK
(DocumentPK documentPK) void
setFromTime
(Long fromTime) void
setPrinterGroupJobName
(String printerGroupJobName) void
setPrinterGroupJobPK
(PrinterGroupJobPK printerGroupJobPK) void
setPrinterGroupPK
(PrinterGroupPK printerGroupPK) void
setPriority
(Integer priority) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PrinterGroupJobDetailValue
public PrinterGroupJobDetailValue(PrinterGroupJobDetailPK printerGroupJobDetailPK, PrinterGroupJobPK printerGroupJobPK, String printerGroupJobName, PrinterGroupPK printerGroupPK, DocumentPK documentPK, Integer copies, Integer priority, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PrinterGroupJobDetailValue- Throws:
PersistenceNotNullException
-
PrinterGroupJobDetailValue
public PrinterGroupJobDetailValue(PrinterGroupJobPK printerGroupJobPK, String printerGroupJobName, PrinterGroupPK printerGroupPK, DocumentPK documentPK, Integer copies, Integer priority, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PrinterGroupJobDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PrinterGroupJobDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PrinterGroupJobDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PrinterGroupJobDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PrinterGroupJobDetailPK>
-
getPrinterGroupJobPK
-
setPrinterGroupJobPK
public void setPrinterGroupJobPK(PrinterGroupJobPK printerGroupJobPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPrinterGroupJobPKHasBeenModified
-
getPrinterGroupJobName
-
setPrinterGroupJobName
- Throws:
PersistenceNotNullException
-
getPrinterGroupJobNameHasBeenModified
-
getPrinterGroupPK
-
setPrinterGroupPK
- Throws:
PersistenceNotNullException
-
getPrinterGroupPKHasBeenModified
-
getDocumentPK
-
setDocumentPK
- Throws:
PersistenceNotNullException
-
getDocumentPKHasBeenModified
-
getCopies
-
setCopies
- Throws:
PersistenceNotNullException
-
getCopiesHasBeenModified
-
getPriority
-
setPriority
- Throws:
PersistenceNotNullException
-
getPriorityHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-