Class PrinterGroupJobDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.printer.server.entity.PrinterGroupJobDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of PrinterGroupJobDetailPrinterGroupJobDetail
(PrinterGroupJobDetailValue value, EntityPermission entityPermission) Creates a new instance of PrinterGroupJobDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getDocument
(EntityPermission entityPermission) getDocument
(Session session) getDocument
(Session session, EntityPermission entityPermission) getDocumentForUpdate
(Session session) boolean
boolean
getPrinterGroup
(EntityPermission entityPermission) getPrinterGroup
(Session session) getPrinterGroup
(Session session, EntityPermission entityPermission) getPrinterGroupForUpdate
(Session session) getPrinterGroupJob
(EntityPermission entityPermission) getPrinterGroupJob
(Session session) getPrinterGroupJob
(Session session, EntityPermission entityPermission) getPrinterGroupJobForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setDocument
(Document entity) void
setDocumentPK
(DocumentPK documentPK) void
setFromTime
(Long fromTime) void
setPrinterGroup
(PrinterGroup entity) void
setPrinterGroupJob
(PrinterGroupJob entity) void
void
setPrinterGroupJobName
(String printerGroupJobName) void
setPrinterGroupJobPK
(PrinterGroupJobPK printerGroupJobPK) void
setPrinterGroupPK
(PrinterGroupPK printerGroupPK) void
setPriority
(Integer priority) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PrinterGroupJobDetail
Creates a new instance of PrinterGroupJobDetail- Throws:
PersistenceException
-
PrinterGroupJobDetail
Creates a new instance of PrinterGroupJobDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getPrinterGroupJobDetailValue
-
setPrinterGroupJobDetailValue
public void setPrinterGroupJobDetailValue(PrinterGroupJobDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getPrinterGroupJobPK
-
getPrinterGroupJob
-
getPrinterGroupJob
-
getPrinterGroupJob
-
getPrinterGroupJob
-
getPrinterGroupJobForUpdate
-
getPrinterGroupJobForUpdate
-
setPrinterGroupJobPK
public void setPrinterGroupJobPK(PrinterGroupJobPK printerGroupJobPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPrinterGroupJob
-
getPrinterGroupJobPKHasBeenModified
-
getPrinterGroupJobName
-
setPrinterGroupJobName
public void setPrinterGroupJobName(String printerGroupJobName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPrinterGroupJobNameHasBeenModified
-
getPrinterGroupPK
-
getPrinterGroup
-
getPrinterGroup
-
getPrinterGroup
-
getPrinterGroup
-
getPrinterGroupForUpdate
-
getPrinterGroupForUpdate
-
setPrinterGroupPK
public void setPrinterGroupPK(PrinterGroupPK printerGroupPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPrinterGroup
-
getPrinterGroupPKHasBeenModified
-
getDocumentPK
-
getDocument
-
getDocument
-
getDocument
-
getDocument
-
getDocumentForUpdate
-
getDocumentForUpdate
-
setDocumentPK
public void setDocumentPK(DocumentPK documentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDocument
-
getDocumentPKHasBeenModified
-
getCopies
-
setCopies
public void setCopies(Integer copies) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCopiesHasBeenModified
-
getPriority
-
setPriority
public void setPriority(Integer priority) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPriorityHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-