Class PrinterGroupDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PrinterGroupDetailPK>
com.echothree.model.data.printer.server.value.PrinterGroupDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PrinterGroupDetailValue
extends BaseValue<PrinterGroupDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPrinterGroupDetailValue
(PrinterGroupDetailPK printerGroupDetailPK, PrinterGroupPK printerGroupPK, String printerGroupName, Long keepPrintedJobsTime, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PrinterGroupDetailValuePrinterGroupDetailValue
(PrinterGroupPK printerGroupPK, String printerGroupName, Long keepPrintedJobsTime, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PrinterGroupDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setKeepPrintedJobsTime
(Long keepPrintedJobsTime) void
setPrinterGroupName
(String printerGroupName) void
setPrinterGroupPK
(PrinterGroupPK printerGroupPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PrinterGroupDetailValue
public PrinterGroupDetailValue(PrinterGroupDetailPK printerGroupDetailPK, PrinterGroupPK printerGroupPK, String printerGroupName, Long keepPrintedJobsTime, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PrinterGroupDetailValue- Throws:
PersistenceNotNullException
-
PrinterGroupDetailValue
public PrinterGroupDetailValue(PrinterGroupPK printerGroupPK, String printerGroupName, Long keepPrintedJobsTime, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PrinterGroupDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PrinterGroupDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PrinterGroupDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PrinterGroupDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PrinterGroupDetailPK>
-
getPrinterGroupPK
-
setPrinterGroupPK
- Throws:
PersistenceNotNullException
-
getPrinterGroupPKHasBeenModified
-
getPrinterGroupName
-
setPrinterGroupName
- Throws:
PersistenceNotNullException
-
getPrinterGroupNameHasBeenModified
-
getKeepPrintedJobsTime
-
setKeepPrintedJobsTime
-
getKeepPrintedJobsTimeHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-