Class PrinterValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PrinterPK>
com.echothree.model.data.printer.server.value.PrinterValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPrinterValue
(PrinterDetailPK activeDetailPK, PrinterDetailPK lastDetailPK) Creates a new instance of PrinterValuePrinterValue
(PrinterPK printerPK, PrinterDetailPK activeDetailPK, PrinterDetailPK lastDetailPK) Creates a new instance of PrinterValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(PrinterDetailPK activeDetailPK) void
setLastDetailPK
(PrinterDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PrinterValue
public PrinterValue(PrinterPK printerPK, PrinterDetailPK activeDetailPK, PrinterDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of PrinterValue- Throws:
PersistenceNotNullException
-
PrinterValue
public PrinterValue(PrinterDetailPK activeDetailPK, PrinterDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of PrinterValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PrinterPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PrinterPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PrinterPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PrinterPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-