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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetPartyPK(PartyPK partyPK) voidsetPrinterGroupPK(PrinterGroupPK printerGroupPK) voidsetPrinterGroupUseTypePK(PrinterGroupUseTypePK printerGroupUseTypePK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<PartyPrinterGroupUsePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyPrinterGroupUsePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyPrinterGroupUsePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-