Class PartyPrinterGroupUseValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyPrinterGroupUsePK>
com.echothree.model.data.printer.server.value.PartyPrinterGroupUseValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartyPrinterGroupUseValue
extends BaseValue<PartyPrinterGroupUsePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyPrinterGroupUseValue
(PartyPK partyPK, PrinterGroupUseTypePK printerGroupUseTypePK, PrinterGroupPK printerGroupPK, Long fromTime, Long thruTime) Creates a new instance of PartyPrinterGroupUseValuePartyPrinterGroupUseValue
(PartyPrinterGroupUsePK partyPrinterGroupUsePK, PartyPK partyPK, PrinterGroupUseTypePK printerGroupUseTypePK, PrinterGroupPK printerGroupPK, Long fromTime, Long thruTime) Creates a new instance of PartyPrinterGroupUseValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setPartyPK
(PartyPK partyPK) void
setPrinterGroupPK
(PrinterGroupPK printerGroupPK) void
setPrinterGroupUseTypePK
(PrinterGroupUseTypePK printerGroupUseTypePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyPrinterGroupUseValue
public PartyPrinterGroupUseValue(PartyPrinterGroupUsePK partyPrinterGroupUsePK, PartyPK partyPK, PrinterGroupUseTypePK printerGroupUseTypePK, PrinterGroupPK printerGroupPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyPrinterGroupUseValue- Throws:
PersistenceNotNullException
-
PartyPrinterGroupUseValue
public PartyPrinterGroupUseValue(PartyPK partyPK, PrinterGroupUseTypePK printerGroupUseTypePK, PrinterGroupPK printerGroupPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyPrinterGroupUseValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyPrinterGroupUsePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyPrinterGroupUsePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyPrinterGroupUsePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyPrinterGroupUsePK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getPrinterGroupUseTypePK
-
setPrinterGroupUseTypePK
public void setPrinterGroupUseTypePK(PrinterGroupUseTypePK printerGroupUseTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPrinterGroupUseTypePKHasBeenModified
-
getPrinterGroupPK
-
setPrinterGroupPK
- Throws:
PersistenceNotNullException
-
getPrinterGroupPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-