Class PartyCompanyValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyCompanyPK>
com.echothree.model.data.party.server.value.PartyCompanyValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionPartyCompanyValue(PartyCompanyPK partyCompanyPK, PartyPK partyPK, String partyCompanyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyCompanyValuePartyCompanyValue(PartyPK partyPK, String partyCompanyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyCompanyValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetPartyCompanyName(String partyCompanyName) voidsetPartyPK(PartyPK partyPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyCompanyValue
public PartyCompanyValue(PartyCompanyPK partyCompanyPK, PartyPK partyPK, String partyCompanyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyCompanyValue- Throws:
PersistenceNotNullException
-
PartyCompanyValue
public PartyCompanyValue(PartyPK partyPK, String partyCompanyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyCompanyValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<PartyCompanyPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyCompanyPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyCompanyPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PartyCompanyPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getPartyCompanyName
-
setPartyCompanyName
- Throws:
PersistenceNotNullException
-
getPartyCompanyNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-