public class PasswordPolicyRelWrapper extends BaseModelWrapper<PasswordPolicyRel> implements ModelWrapper<PasswordPolicyRel>, PasswordPolicyRel
This class is a wrapper for PasswordPolicyRel
.
PasswordPolicyRel
,
Serialized Formmodel
PASSWORD_POLICY_REL_ID_ACCESSOR
Constructor and Description |
---|
PasswordPolicyRelWrapper(PasswordPolicyRel passwordPolicyRel) |
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|
java.util.Map<java.lang.String,java.lang.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(java.lang.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(java.util.Map<java.lang.String,java.lang.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, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
getWrappedModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
public PasswordPolicyRelWrapper(PasswordPolicyRel passwordPolicyRel)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface BaseModel<PasswordPolicyRel>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface BaseModel<PasswordPolicyRel>
public java.lang.String getClassName()
getClassName
in interface PasswordPolicyRelModel
getClassName
in interface TypedModel
public long getClassNameId()
getClassNameId
in interface PasswordPolicyRelModel
getClassNameId
in interface TypedModel
public long getClassPK()
getClassPK
in interface AttachedModel
getClassPK
in interface PasswordPolicyRelModel
public long getCompanyId()
getCompanyId
in interface PasswordPolicyRelModel
getCompanyId
in interface ShardedModel
public long getMvccVersion()
getMvccVersion
in interface MVCCModel
getMvccVersion
in interface PasswordPolicyRelModel
public long getPasswordPolicyId()
getPasswordPolicyId
in interface PasswordPolicyRelModel
public long getPasswordPolicyRelId()
getPasswordPolicyRelId
in interface PasswordPolicyRelModel
public long getPrimaryKey()
getPrimaryKey
in interface PasswordPolicyRelModel
public void persist()
PersistedModel
persist
in interface PersistedModel
public void setClassName(java.lang.String className)
setClassName
in interface PasswordPolicyRelModel
public void setClassNameId(long classNameId)
setClassNameId
in interface PasswordPolicyRelModel
setClassNameId
in interface TypedModel
classNameId
- the class name ID of this password policy relpublic void setClassPK(long classPK)
setClassPK
in interface AttachedModel
setClassPK
in interface PasswordPolicyRelModel
classPK
- the class pk of this password policy relpublic void setCompanyId(long companyId)
setCompanyId
in interface PasswordPolicyRelModel
setCompanyId
in interface ShardedModel
companyId
- the company ID of this password policy relpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
setMvccVersion
in interface PasswordPolicyRelModel
mvccVersion
- the mvcc version of this password policy relpublic void setPasswordPolicyId(long passwordPolicyId)
setPasswordPolicyId
in interface PasswordPolicyRelModel
passwordPolicyId
- the password policy ID of this password policy relpublic void setPasswordPolicyRelId(long passwordPolicyRelId)
setPasswordPolicyRelId
in interface PasswordPolicyRelModel
passwordPolicyRelId
- the password policy rel ID of this password policy relpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface PasswordPolicyRelModel
primaryKey
- the primary key of this password policy relprotected PasswordPolicyRelWrapper wrap(PasswordPolicyRel passwordPolicyRel)
wrap
in class BaseModelWrapper<PasswordPolicyRel>