com.taggercat.metadata
Class MetaEntityConstraint
java.lang.Object
com.taggercat.model.AbstractTCEntity
com.taggercat.metadata.MetaEntityConstraint
- All Implemented Interfaces:
- com.taggercat.model.TCEntity, java.io.Serializable
public class MetaEntityConstraint
- extends com.taggercat.model.AbstractTCEntity
- implements java.io.Serializable
MetaEntityConstraint generated by hbm2java
- See Also:
- Serialized Form
-
|
Constructor Summary |
MetaEntityConstraint()
default constructor |
MetaEntityConstraint(MetaEntity metaEntity,
java.lang.String name,
java.lang.String expression)
minimal constructor |
MetaEntityConstraint(MetaEntity metaEntity,
java.lang.String name,
java.lang.String expression,
java.lang.String errorMessage,
java.lang.String action,
java.util.Date effectiveFrom,
java.util.Date effectiveTo,
java.math.BigDecimal sequence)
full constructor |
| Methods inherited from class com.taggercat.model.AbstractTCEntity |
afterDelete, afterInsert, afterSave, afterUpdate, beforeSave, beforeUpdate, equals, getEntityClassName, getEntityName, getIdentifier, getIdentifierPropertyName, getNewlyInserted, getOldValue, getOriginalValue, getPKHexCode, getPropertyStringValue, getPropertyValue, getRowID, getUserValue, getUserValues, hashCode, hasUndoValues, isFullyMaterialized, isModified, isNewlyInserted, isPropertyNull, pushOldValue, setFullyMaterialized, setFullyMaterialized, setIdentifierPropertyName, setModified, setModified, setNewlyInserted, setNewlyInserted, setPKHexCode, setUserValue, undo |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
MetaEntityConstraint
public MetaEntityConstraint()
- default constructor
MetaEntityConstraint
public MetaEntityConstraint(MetaEntity metaEntity,
java.lang.String name,
java.lang.String expression)
- minimal constructor
MetaEntityConstraint
public MetaEntityConstraint(MetaEntity metaEntity,
java.lang.String name,
java.lang.String expression,
java.lang.String errorMessage,
java.lang.String action,
java.util.Date effectiveFrom,
java.util.Date effectiveTo,
java.math.BigDecimal sequence)
- full constructor
getId
public long getId()
setId
public void setId(long id)
getMtTenantName
public java.lang.String getMtTenantName()
- Returns:
- the mtTenantName
setMtTenantName
public void setMtTenantName(java.lang.String mtTenantName)
- Parameters:
mtTenantName - the mtTenantName to set
getMetaEntity
public MetaEntity getMetaEntity()
setMetaEntity
public void setMetaEntity(MetaEntity metaEntity)
getEnabled
public java.lang.Boolean getEnabled()
setEnabled
public void setEnabled(java.lang.Boolean enabled)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getExpression
public java.lang.String getExpression()
setExpression
public void setExpression(java.lang.String expression)
getMessage
public java.lang.String getMessage()
setMessage
public void setMessage(java.lang.String errorMessage)
getAction
public java.lang.String getAction()
setAction
public void setAction(java.lang.String action)
getComments
public java.lang.String getComments()
setComments
public void setComments(java.lang.String comments)
getStopOnError
public java.lang.Boolean getStopOnError()
setStopOnError
public void setStopOnError(java.lang.Boolean stopOnError)
getEffectiveFrom
public java.util.Date getEffectiveFrom()
setEffectiveFrom
public void setEffectiveFrom(java.util.Date effectiveFrom)
getEffectiveTo
public java.util.Date getEffectiveTo()
setEffectiveTo
public void setEffectiveTo(java.util.Date effectiveTo)
getSequence
public java.math.BigDecimal getSequence()
setSequence
public void setSequence(java.math.BigDecimal sequence)
getMessageKey
public java.lang.String getMessageKey()
setMessageKey
public void setMessageKey(java.lang.String messageKey)