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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetDocumentPK(DocumentPK documentPK) voidsetFromTime(Long fromTime) voidsetPrinterGroupJobName(String printerGroupJobName) voidsetPrinterGroupJobPK(PrinterGroupJobPK printerGroupJobPK) voidsetPrinterGroupPK(PrinterGroupPK printerGroupPK) voidsetPriority(Integer priority) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<PrinterGroupJobDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PrinterGroupJobDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PrinterGroupJobDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-