Package com.liferay.portal.model.impl
Class CountryModelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Country>
com.liferay.portal.model.impl.CountryModelImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Country>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.Country>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.CountryModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedModel
,Serializable
,Cloneable
,Comparable<com.liferay.portal.kernel.model.Country>
- Direct Known Subclasses:
CountryBaseImpl
@JSON(strict=true)
public class CountryModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Country>
implements com.liferay.portal.kernel.model.CountryModel
The base model implementation for the Country service. Represents a row in the "Country" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface CountryModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in CountryImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
Deprecated.static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final String
static final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic final long
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final String
static final String
static final String
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final Object[][]
static final String
static final String
static final String
static final String
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
com.liferay.portal.kernel.model.Country
int
compareTo
(com.liferay.portal.kernel.model.Country country) boolean
getA2()
getA3()
boolean
Map<String,
BiConsumer<com.liferay.portal.kernel.model.Country, Object>> String[]
boolean
long
static long
getColumnBitmask
(String columnName) <T> T
getColumnOriginalValue
(String columnName) <T> T
getColumnValue
(String columnName) long
long
long
com.liferay.expando.kernel.model.ExpandoBridge
boolean
getIdd()
Class<?>
long
getName()
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
boolean
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
boolean
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
boolean
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
double
long
boolean
com.liferay.exportimport.kernel.lar.StagedModelType
boolean
getTitle()
long
getUuid()
boolean
int
hashCode()
boolean
boolean
isActive()
boolean
boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementboolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementboolean
boolean
boolean
boolean
void
void
void
void
setActive
(boolean active) void
setBillingAllowed
(boolean billingAllowed) void
setCompanyId
(long companyId) void
setCountryId
(long countryId) void
setCreateDate
(Date createDate) void
setCtCollectionId
(long ctCollectionId) void
setDefaultLanguageId
(String defaultLanguageId) void
setExpandoBridgeAttributes
(com.liferay.portal.kernel.service.ServiceContext serviceContext) void
setGroupFilterEnabled
(boolean groupFilterEnabled) void
void
setLastPublishDate
(Date lastPublishDate) void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) void
setMvccVersion
(long mvccVersion) void
void
void
setPosition
(double position) void
setPrimaryKey
(long primaryKey) void
setPrimaryKeyObj
(Serializable primaryKeyObj) void
setShippingAllowed
(boolean shippingAllowed) void
setSubjectToVAT
(boolean subjectToVAT) void
setUserId
(long userId) void
setUserName
(String userName) void
setUserUuid
(String userUuid) void
void
setZipRequired
(boolean zipRequired) com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Country>
com.liferay.portal.kernel.model.Country
toString()
Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.CountryModel
toXmlString
-
Field Details
-
TABLE_NAME
- See Also:
-
TABLE_COLUMNS
-
TABLE_COLUMNS_MAP
-
TABLE_SQL_CREATE
- See Also:
-
TABLE_SQL_DROP
- See Also:
-
ORDER_BY_JPQL
- See Also:
-
ORDER_BY_SQL
- See Also:
-
DATA_SOURCE
- See Also:
-
SESSION_FACTORY
- See Also:
-
TX_MANAGER
- See Also:
-
ENTITY_CACHE_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
FINDER_CACHE_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
COLUMN_BITMASK_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
A2_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
A3_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
ACTIVE_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
BILLINGALLOWED_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
COMPANYID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
NAME_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
NUMBER_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
SHIPPINGALLOWED_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
UUID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
-
-
Constructor Details
-
CountryModelImpl
public CountryModelImpl()
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.CountryModel
- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.Country>
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.CountryModel
- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.Country>
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Country>
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
setPrimaryKeyObj
- Specified by:
setPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Country>
- Specified by:
setPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClass
- Specified by:
getModelClass
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClassName
- Specified by:
getModelClassName
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Country>
- Overrides:
getModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Country>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Country>
- Overrides:
setModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Country>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.portal.kernel.model.Country, getAttributeGetterFunctions()Object>> - Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Country>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.portal.kernel.model.Country, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Country>
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIds
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getTitle
- Specified by:
getTitle
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getTitle
- Specified by:
getTitle
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getTitle
- Specified by:
getTitle
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getTitleMapAsXML
- Specified by:
getTitleMapAsXML
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getLanguageIdToTitleMap
- Specified by:
getLanguageIdToTitleMap
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getMvccVersion
@JSON public long getMvccVersion()- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.CountryModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) - Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.CountryModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
-
getCtCollectionId
@JSON public long getCtCollectionId()- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.CountryModel
- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.Country>
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) - Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.CountryModel
- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.Country>
-
getUuid
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.CountryModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
-
setUuid
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.CountryModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getOriginalUuid
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageId
in interfacecom.liferay.portal.kernel.model.CountryModel
-
setDefaultLanguageId
- Specified by:
setDefaultLanguageId
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getCountryId
@JSON public long getCountryId()- Specified by:
getCountryId
in interfacecom.liferay.portal.kernel.model.CountryModel
-
setCountryId
public void setCountryId(long countryId) - Specified by:
setCountryId
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getCompanyId
@JSON public long getCompanyId()- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.CountryModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.CountryModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getOriginalCompanyId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getUserId
@JSON public long getUserId()- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.CountryModel
-
setUserId
public void setUserId(long userId) - Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getUserUuid
- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.CountryModel
-
setUserUuid
- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getUserName
- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.CountryModel
-
setUserName
- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getCreateDate
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.CountryModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
setCreateDate
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.CountryModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getModifiedDate
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.CountryModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
hasSetModifiedDate
public boolean hasSetModifiedDate() -
setModifiedDate
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.CountryModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getA2
- Specified by:
getA2
in interfacecom.liferay.portal.kernel.model.CountryModel
-
setA2
- Specified by:
setA2
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getOriginalA2
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getA3
- Specified by:
getA3
in interfacecom.liferay.portal.kernel.model.CountryModel
-
setA3
- Specified by:
setA3
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getOriginalA3
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getActive
@JSON public boolean getActive()- Specified by:
getActive
in interfacecom.liferay.portal.kernel.model.CountryModel
-
isActive
@JSON public boolean isActive()- Specified by:
isActive
in interfacecom.liferay.portal.kernel.model.CountryModel
-
setActive
public void setActive(boolean active) - Specified by:
setActive
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getOriginalActive
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getBillingAllowed
@JSON public boolean getBillingAllowed()- Specified by:
getBillingAllowed
in interfacecom.liferay.portal.kernel.model.CountryModel
-
isBillingAllowed
@JSON public boolean isBillingAllowed()- Specified by:
isBillingAllowed
in interfacecom.liferay.portal.kernel.model.CountryModel
-
setBillingAllowed
public void setBillingAllowed(boolean billingAllowed) - Specified by:
setBillingAllowed
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getOriginalBillingAllowed
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getGroupFilterEnabled
@JSON public boolean getGroupFilterEnabled()- Specified by:
getGroupFilterEnabled
in interfacecom.liferay.portal.kernel.model.CountryModel
-
isGroupFilterEnabled
@JSON public boolean isGroupFilterEnabled()- Specified by:
isGroupFilterEnabled
in interfacecom.liferay.portal.kernel.model.CountryModel
-
setGroupFilterEnabled
public void setGroupFilterEnabled(boolean groupFilterEnabled) - Specified by:
setGroupFilterEnabled
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getIdd
- Specified by:
getIdd
in interfacecom.liferay.portal.kernel.model.CountryModel
-
setIdd
- Specified by:
setIdd
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getName
- Specified by:
getName
in interfacecom.liferay.portal.kernel.model.CountryModel
-
setName
- Specified by:
setName
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getOriginalName
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getNumber
- Specified by:
getNumber
in interfacecom.liferay.portal.kernel.model.CountryModel
-
setNumber
- Specified by:
setNumber
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getOriginalNumber
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getPosition
@JSON public double getPosition()- Specified by:
getPosition
in interfacecom.liferay.portal.kernel.model.CountryModel
-
setPosition
public void setPosition(double position) - Specified by:
setPosition
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getShippingAllowed
@JSON public boolean getShippingAllowed()- Specified by:
getShippingAllowed
in interfacecom.liferay.portal.kernel.model.CountryModel
-
isShippingAllowed
@JSON public boolean isShippingAllowed()- Specified by:
isShippingAllowed
in interfacecom.liferay.portal.kernel.model.CountryModel
-
setShippingAllowed
public void setShippingAllowed(boolean shippingAllowed) - Specified by:
setShippingAllowed
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getOriginalShippingAllowed
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getSubjectToVAT
@JSON public boolean getSubjectToVAT()- Specified by:
getSubjectToVAT
in interfacecom.liferay.portal.kernel.model.CountryModel
-
isSubjectToVAT
@JSON public boolean isSubjectToVAT()- Specified by:
isSubjectToVAT
in interfacecom.liferay.portal.kernel.model.CountryModel
-
setSubjectToVAT
public void setSubjectToVAT(boolean subjectToVAT) - Specified by:
setSubjectToVAT
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getZipRequired
@JSON public boolean getZipRequired()- Specified by:
getZipRequired
in interfacecom.liferay.portal.kernel.model.CountryModel
-
isZipRequired
@JSON public boolean isZipRequired()- Specified by:
isZipRequired
in interfacecom.liferay.portal.kernel.model.CountryModel
-
setZipRequired
public void setZipRequired(boolean zipRequired) - Specified by:
setZipRequired
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getLastPublishDate
- Specified by:
getLastPublishDate
in interfacecom.liferay.portal.kernel.model.CountryModel
-
setLastPublishDate
- Specified by:
setLastPublishDate
in interfacecom.liferay.portal.kernel.model.CountryModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getColumnBitmask
public long getColumnBitmask() -
getExpandoBridge
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()- Specified by:
getExpandoBridge
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Country>
- Specified by:
getExpandoBridge
in interfacecom.liferay.portal.kernel.model.ClassedModel
- Overrides:
getExpandoBridge
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Country>
-
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
setExpandoBridgeAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Country>
- Overrides:
setExpandoBridgeAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Country>
-
toEscapedModel
public com.liferay.portal.kernel.model.Country toEscapedModel()- Specified by:
toEscapedModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Country>
- Overrides:
toEscapedModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Country>
-
clone
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Country>
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
clone
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Country>
-
cloneWithOriginalValues
public com.liferay.portal.kernel.model.Country cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Country>
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.CountryModel
-
compareTo
public int compareTo(com.liferay.portal.kernel.model.Country country) - Specified by:
compareTo
in interfaceComparable<com.liferay.portal.kernel.model.Country>
-
equals
-
hashCode
public int hashCode() -
isEntityCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isEntityCacheEnabled
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Country>
-
isFinderCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isFinderCacheEnabled
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Country>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Country>
- Overrides:
resetOriginalValues
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Country>
-
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Country> toCacheModel()- Specified by:
toCacheModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Country>
- Overrides:
toCacheModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Country>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-
getColumnBitmask(String)