public class PasswordPolicyRelWrapper extends BaseModelWrapper<PasswordPolicyRel> implements ModelWrapper<PasswordPolicyRel>, PasswordPolicyRel
This class is a wrapper for PasswordPolicyRel.
PasswordPolicyRel,
Serialized FormmodelPASSWORD_POLICY_REL_ID_ACCESSOR| Constructor and Description |
|---|
PasswordPolicyRelWrapper(PasswordPolicyRel passwordPolicyRel) |
| Modifier and Type | Method and Description |
|---|---|
PasswordPolicyRel |
cloneWithOriginalValues() |
String |
getClassName()
Returns the fully qualified class name of this password policy rel.
|
long |
getClassNameId()
Returns the class name ID of this password policy rel.
|
long |
getClassPK()
Returns the class pk of this password policy rel.
|
long |
getCompanyId()
Returns the company ID of this password policy rel.
|
Map<String,Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this password policy rel.
|
long |
getPasswordPolicyId()
Returns the password policy ID of this password policy rel.
|
long |
getPasswordPolicyRelId()
Returns the password policy rel ID of this password policy rel.
|
long |
getPrimaryKey()
Returns the primary key of this password policy rel.
|
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setClassName(String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this password policy rel.
|
void |
setClassPK(long classPK)
Sets the class pk of this password policy rel.
|
void |
setCompanyId(long companyId)
Sets the company ID of this password policy rel.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this password policy rel.
|
void |
setPasswordPolicyId(long passwordPolicyId)
Sets the password policy ID of this password policy rel.
|
void |
setPasswordPolicyRelId(long passwordPolicyRelId)
Sets the password policy rel ID of this password policy rel.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this password policy rel.
|
protected PasswordPolicyRelWrapper |
wrap(PasswordPolicyRel passwordPolicyRel) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringgetWrappedModelclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamepublic PasswordPolicyRelWrapper(PasswordPolicyRel passwordPolicyRel)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<PasswordPolicyRel>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<PasswordPolicyRel>public PasswordPolicyRel cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<PasswordPolicyRel>cloneWithOriginalValues in interface PasswordPolicyRelModelpublic String getClassName()
getClassName in interface PasswordPolicyRelModelgetClassName in interface TypedModelpublic long getClassNameId()
getClassNameId in interface PasswordPolicyRelModelgetClassNameId in interface TypedModelpublic long getClassPK()
getClassPK in interface AttachedModelgetClassPK in interface PasswordPolicyRelModelpublic long getCompanyId()
getCompanyId in interface PasswordPolicyRelModelgetCompanyId in interface ShardedModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface PasswordPolicyRelModelpublic long getPasswordPolicyId()
getPasswordPolicyId in interface PasswordPolicyRelModelpublic long getPasswordPolicyRelId()
getPasswordPolicyRelId in interface PasswordPolicyRelModelpublic long getPrimaryKey()
getPrimaryKey in interface PasswordPolicyRelModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setClassName(String className)
setClassName in interface PasswordPolicyRelModelpublic void setClassNameId(long classNameId)
setClassNameId in interface PasswordPolicyRelModelsetClassNameId in interface TypedModelclassNameId - the class name ID of this password policy relpublic void setClassPK(long classPK)
setClassPK in interface AttachedModelsetClassPK in interface PasswordPolicyRelModelclassPK - the class pk of this password policy relpublic void setCompanyId(long companyId)
setCompanyId in interface PasswordPolicyRelModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this password policy relpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface PasswordPolicyRelModelmvccVersion - the mvcc version of this password policy relpublic void setPasswordPolicyId(long passwordPolicyId)
setPasswordPolicyId in interface PasswordPolicyRelModelpasswordPolicyId - the password policy ID of this password policy relpublic void setPasswordPolicyRelId(long passwordPolicyRelId)
setPasswordPolicyRelId in interface PasswordPolicyRelModelpasswordPolicyRelId - the password policy rel ID of this password policy relpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface PasswordPolicyRelModelprimaryKey - the primary key of this password policy relprotected PasswordPolicyRelWrapper wrap(PasswordPolicyRel passwordPolicyRel)
wrap in class BaseModelWrapper<PasswordPolicyRel>