@JSON(strict=true)
public class AddressModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Address>
implements com.liferay.portal.kernel.model.AddressModel
This implementation and its corresponding interface AddressModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AddressImpl.
AddressImpl,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
CLASSPK_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
COMPANYID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
COUNTRYID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
CREATEDATE_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
EXTERNALREFERENCECODE_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static boolean |
FINDER_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
LOCK_EXPIRATION_TIME |
static long |
MAILING_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static long |
PRIMARY_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
REGIONID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
SESSION_FACTORY |
static Object[][] |
TABLE_COLUMNS |
static Map<String,Integer> |
TABLE_COLUMNS_MAP |
static String |
TABLE_NAME |
static String |
TABLE_SQL_CREATE |
static String |
TABLE_SQL_DROP |
static String |
TX_MANAGER |
static long |
TYPEID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
USERID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
UUID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
| Constructor and Description |
|---|
AddressModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
com.liferay.portal.kernel.model.Address |
cloneWithOriginalValues() |
int |
compareTo(com.liferay.portal.kernel.model.Address address) |
boolean |
equals(Object object) |
long |
getAddressId() |
Map<String,Function<com.liferay.portal.kernel.model.Address,Object>> |
getAttributeGetterFunctions() |
Map<String,BiConsumer<com.liferay.portal.kernel.model.Address,Object>> |
getAttributeSetterBiConsumers() |
String |
getCity() |
String |
getClassName() |
long |
getClassNameId() |
long |
getClassPK() |
long |
getColumnBitmask() |
static long |
getColumnBitmask(String columnName) |
<T> T |
getColumnOriginalValue(String columnName) |
<T> T |
getColumnValue(String columnName) |
long |
getCompanyId() |
long |
getCountryId() |
Date |
getCreateDate() |
String |
getDescription() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
String |
getExternalReferenceCode() |
double |
getLatitude() |
double |
getLongitude() |
boolean |
getMailing() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
Date |
getModifiedDate() |
long |
getMvccVersion() |
String |
getName() |
long |
getOriginalClassNameId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalClassPK()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalCompanyId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalCountryId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalExternalReferenceCode()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
boolean |
getOriginalMailing()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
boolean |
getOriginalPrimary()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalRegionId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalTypeId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalUserId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalUuid()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
boolean |
getPrimary() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
long |
getRegionId() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
String |
getStreet1() |
String |
getStreet2() |
String |
getStreet3() |
long |
getTypeId() |
long |
getUserId() |
String |
getUserName() |
String |
getUserUuid() |
String |
getUuid() |
Date |
getValidationDate() |
int |
getValidationStatus() |
String |
getZip() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
boolean |
isFinderCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
boolean |
isMailing() |
boolean |
isPrimary() |
void |
resetOriginalValues() |
void |
setAddressId(long addressId) |
void |
setCity(String city) |
void |
setClassName(String className) |
void |
setClassNameId(long classNameId) |
void |
setClassPK(long classPK) |
void |
setCompanyId(long companyId) |
void |
setCountryId(long countryId) |
void |
setCreateDate(Date createDate) |
void |
setDescription(String description) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setExternalReferenceCode(String externalReferenceCode) |
void |
setLatitude(double latitude) |
void |
setLongitude(double longitude) |
void |
setMailing(boolean mailing) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(String name) |
void |
setPrimary(boolean primary) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setRegionId(long regionId) |
void |
setStreet1(String street1) |
void |
setStreet2(String street2) |
void |
setStreet3(String street3) |
void |
setTypeId(long typeId) |
void |
setUserId(long userId) |
void |
setUserName(String userName) |
void |
setUserUuid(String userUuid) |
void |
setUuid(String uuid) |
void |
setValidationDate(Date validationDate) |
void |
setValidationStatus(int validationStatus) |
void |
setZip(String zip) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Address> |
toCacheModel() |
com.liferay.portal.kernel.model.Address |
toEscapedModel() |
String |
toString() |
String |
toXmlString() |
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
@Deprecated public static final boolean ENTITY_CACHE_ENABLED
@Deprecated public static final boolean FINDER_CACHE_ENABLED
@Deprecated public static final boolean COLUMN_BITMASK_ENABLED
@Deprecated public static final long CLASSNAMEID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long CLASSPK_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long COMPANYID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long COUNTRYID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long EXTERNALREFERENCECODE_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long MAILING_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long PRIMARY_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long REGIONID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long TYPEID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long USERID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long UUID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long CREATEDATE_COLUMN_BITMASK
getColumnBitmask(String)public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.AddressModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.AddressModelpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Address>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Address>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Address>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Address>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Address>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Address>public Map<String,Function<com.liferay.portal.kernel.model.Address,Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Address>public Map<String,BiConsumer<com.liferay.portal.kernel.model.Address,Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Address>@JSON public long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.AddressModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.AddressModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel@JSON public String getUuid()
getUuid in interface com.liferay.portal.kernel.model.AddressModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic void setUuid(String uuid)
setUuid in interface com.liferay.portal.kernel.model.AddressModelsetUuid in interface com.liferay.portal.kernel.model.StagedModel@Deprecated public String getOriginalUuid()
getColumnOriginalValue(String)@JSON public String getExternalReferenceCode()
getExternalReferenceCode in interface com.liferay.portal.kernel.model.AddressModelpublic void setExternalReferenceCode(String externalReferenceCode)
setExternalReferenceCode in interface com.liferay.portal.kernel.model.AddressModel@Deprecated public String getOriginalExternalReferenceCode()
getColumnOriginalValue(String)@JSON public long getAddressId()
getAddressId in interface com.liferay.portal.kernel.model.AddressModelpublic void setAddressId(long addressId)
setAddressId in interface com.liferay.portal.kernel.model.AddressModel@JSON public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AddressModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AddressModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModel@Deprecated public long getOriginalCompanyId()
getColumnOriginalValue(String)@JSON public long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AddressModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AddressModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AddressModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserUuid(String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AddressModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModel@Deprecated public long getOriginalUserId()
getColumnOriginalValue(String)@JSON public String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AddressModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserName(String userName)
setUserName in interface com.liferay.portal.kernel.model.AddressModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModel@JSON public Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AddressModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic void setCreateDate(Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AddressModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModel@JSON public Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AddressModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AddressModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic String getClassName()
getClassName in interface com.liferay.portal.kernel.model.AddressModelgetClassName in interface com.liferay.portal.kernel.model.TypedModelpublic void setClassName(String className)
setClassName in interface com.liferay.portal.kernel.model.AddressModel@JSON public long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.AddressModelgetClassNameId in interface com.liferay.portal.kernel.model.TypedModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.AddressModelsetClassNameId in interface com.liferay.portal.kernel.model.TypedModel@Deprecated public long getOriginalClassNameId()
getColumnOriginalValue(String)@JSON public long getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AddressModelgetClassPK in interface com.liferay.portal.kernel.model.AttachedModelpublic void setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AddressModelsetClassPK in interface com.liferay.portal.kernel.model.AttachedModel@Deprecated public long getOriginalClassPK()
getColumnOriginalValue(String)@JSON public long getCountryId()
getCountryId in interface com.liferay.portal.kernel.model.AddressModelpublic void setCountryId(long countryId)
setCountryId in interface com.liferay.portal.kernel.model.AddressModel@Deprecated public long getOriginalCountryId()
getColumnOriginalValue(String)@JSON public long getRegionId()
getRegionId in interface com.liferay.portal.kernel.model.AddressModelpublic void setRegionId(long regionId)
setRegionId in interface com.liferay.portal.kernel.model.AddressModel@Deprecated public long getOriginalRegionId()
getColumnOriginalValue(String)@JSON public long getTypeId()
getTypeId in interface com.liferay.portal.kernel.model.AddressModelpublic void setTypeId(long typeId)
setTypeId in interface com.liferay.portal.kernel.model.AddressModel@Deprecated public long getOriginalTypeId()
getColumnOriginalValue(String)@JSON public String getCity()
getCity in interface com.liferay.portal.kernel.model.AddressModelpublic void setCity(String city)
setCity in interface com.liferay.portal.kernel.model.AddressModel@JSON public String getDescription()
getDescription in interface com.liferay.portal.kernel.model.AddressModelpublic void setDescription(String description)
setDescription in interface com.liferay.portal.kernel.model.AddressModel@JSON public double getLatitude()
getLatitude in interface com.liferay.portal.kernel.model.AddressModelpublic void setLatitude(double latitude)
setLatitude in interface com.liferay.portal.kernel.model.AddressModel@JSON public double getLongitude()
getLongitude in interface com.liferay.portal.kernel.model.AddressModelpublic void setLongitude(double longitude)
setLongitude in interface com.liferay.portal.kernel.model.AddressModel@JSON public boolean getMailing()
getMailing in interface com.liferay.portal.kernel.model.AddressModel@JSON public boolean isMailing()
isMailing in interface com.liferay.portal.kernel.model.AddressModelpublic void setMailing(boolean mailing)
setMailing in interface com.liferay.portal.kernel.model.AddressModel@Deprecated public boolean getOriginalMailing()
getColumnOriginalValue(String)@JSON public String getName()
getName in interface com.liferay.portal.kernel.model.AddressModelpublic void setName(String name)
setName in interface com.liferay.portal.kernel.model.AddressModel@JSON public boolean getPrimary()
getPrimary in interface com.liferay.portal.kernel.model.AddressModel@JSON public boolean isPrimary()
isPrimary in interface com.liferay.portal.kernel.model.AddressModelpublic void setPrimary(boolean primary)
setPrimary in interface com.liferay.portal.kernel.model.AddressModel@Deprecated public boolean getOriginalPrimary()
getColumnOriginalValue(String)@JSON public String getStreet1()
getStreet1 in interface com.liferay.portal.kernel.model.AddressModelpublic void setStreet1(String street1)
setStreet1 in interface com.liferay.portal.kernel.model.AddressModel@JSON public String getStreet2()
getStreet2 in interface com.liferay.portal.kernel.model.AddressModelpublic void setStreet2(String street2)
setStreet2 in interface com.liferay.portal.kernel.model.AddressModel@JSON public String getStreet3()
getStreet3 in interface com.liferay.portal.kernel.model.AddressModelpublic void setStreet3(String street3)
setStreet3 in interface com.liferay.portal.kernel.model.AddressModel@JSON public Date getValidationDate()
getValidationDate in interface com.liferay.portal.kernel.model.AddressModelpublic void setValidationDate(Date validationDate)
setValidationDate in interface com.liferay.portal.kernel.model.AddressModel@JSON public int getValidationStatus()
getValidationStatus in interface com.liferay.portal.kernel.model.AddressModelpublic void setValidationStatus(int validationStatus)
setValidationStatus in interface com.liferay.portal.kernel.model.AddressModel@JSON public String getZip()
getZip in interface com.liferay.portal.kernel.model.AddressModelpublic void setZip(String zip)
setZip in interface com.liferay.portal.kernel.model.AddressModelpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Address>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Address>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Address>setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Address>public com.liferay.portal.kernel.model.Address toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Address>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Address>public Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Address>clone in interface com.liferay.portal.kernel.model.StagedModelclone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Address>public com.liferay.portal.kernel.model.Address cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.AddressModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Address>public int compareTo(com.liferay.portal.kernel.model.Address address)
compareTo in interface Comparable<com.liferay.portal.kernel.model.Address>public boolean equals(Object object)
equals in class Objectpublic int hashCode()
hashCode in class Object@Deprecated public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Address>@Deprecated public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Address>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Address>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Address>public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Address> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Address>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Address>public String toString()
toString in class Objectpublic String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Address>public <T> T getColumnValue(String columnName)
public <T> T getColumnOriginalValue(String columnName)
public static long getColumnBitmask(String columnName)