Class MessageStringValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<MessageStringPK>
com.echothree.model.data.message.server.value.MessageStringValue
- All Implemented Interfaces:
Serializable,Cloneable
public class MessageStringValue
extends BaseValue<MessageStringPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionMessageStringValue(MessagePK messagePK, LanguagePK languagePK, String string, Long fromTime, Long thruTime) Creates a new instance of MessageStringValueMessageStringValue(MessageStringPK messageStringPK, MessagePK messagePK, LanguagePK languagePK, String string, Long fromTime, Long thruTime) Creates a new instance of MessageStringValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetLanguagePK(LanguagePK languagePK) voidsetMessagePK(MessagePK messagePK) voidvoidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
MessageStringValue
public MessageStringValue(MessageStringPK messageStringPK, MessagePK messagePK, LanguagePK languagePK, String string, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of MessageStringValue- Throws:
PersistenceNotNullException
-
MessageStringValue
public MessageStringValue(MessagePK messagePK, LanguagePK languagePK, String string, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of MessageStringValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<MessageStringPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<MessageStringPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<MessageStringPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<MessageStringPK>
-
getMessagePK
-
setMessagePK
- Throws:
PersistenceNotNullException
-
getMessagePKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getString
-
setString
- Throws:
PersistenceNotNullException
-
getStringHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-