|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<Address>
com.liferay.portal.model.impl.AddressModelImpl
public class AddressModelImpl
This interface is a model that represents the Address table in the database.
AddressImpl,
Address,
AddressModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
AddressModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Address address)
|
boolean |
equals(Object obj)
|
long |
getAddressId()
|
String |
getCity()
|
String |
getClassName()
|
long |
getClassNameId()
|
long |
getClassPK()
|
long |
getCompanyId()
|
long |
getCountryId()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
boolean |
getMailing()
|
Date |
getModifiedDate()
|
boolean |
getPrimary()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getRegionId()
|
String |
getStreet1()
|
String |
getStreet2()
|
String |
getStreet3()
|
int |
getTypeId()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getZip()
|
int |
hashCode()
|
boolean |
isMailing()
|
boolean |
isPrimary()
|
void |
setAddressId(long addressId)
|
void |
setCity(String city)
|
void |
setClassNameId(long classNameId)
|
void |
setClassPK(long classPK)
|
void |
setCompanyId(long companyId)
|
void |
setCountryId(long countryId)
|
void |
setCreateDate(Date createDate)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setMailing(boolean mailing)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setPrimary(boolean primary)
|
void |
setPrimaryKey(long pk)
|
void |
setRegionId(long regionId)
|
void |
setStreet1(String street1)
|
void |
setStreet2(String street2)
|
void |
setStreet3(String street3)
|
void |
setTypeId(int typeId)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setZip(String zip)
|
Address |
toEscapedModel()
|
static Address |
toModel(AddressSoap soapModel)
|
static List<Address> |
toModels(AddressSoap[] soapModels)
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.AddressModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
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
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public AddressModelImpl()
| Method Detail |
|---|
public static Address toModel(AddressSoap soapModel)
public static List<Address> toModels(AddressSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface AddressModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface AddressModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface AddressModelgetPrimaryKeyObj in interface BaseModel<Address>public long getAddressId()
getAddressId in interface AddressModelpublic void setAddressId(long addressId)
setAddressId in interface AddressModelpublic long getCompanyId()
getCompanyId in interface AddressModelpublic void setCompanyId(long companyId)
setCompanyId in interface AddressModelpublic long getUserId()
getUserId in interface AddressModelpublic void setUserId(long userId)
setUserId in interface AddressModel
public String getUserUuid()
throws SystemException
getUserUuid in interface AddressModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface AddressModelpublic String getUserName()
getUserName in interface AddressModelpublic void setUserName(String userName)
setUserName in interface AddressModelpublic Date getCreateDate()
getCreateDate in interface AddressModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AddressModelpublic Date getModifiedDate()
getModifiedDate in interface AddressModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AddressModelpublic String getClassName()
getClassName in interface AddressModelpublic long getClassNameId()
getClassNameId in interface AddressModelpublic void setClassNameId(long classNameId)
setClassNameId in interface AddressModelpublic long getClassPK()
getClassPK in interface AddressModelpublic void setClassPK(long classPK)
setClassPK in interface AddressModelpublic String getStreet1()
getStreet1 in interface AddressModelpublic void setStreet1(String street1)
setStreet1 in interface AddressModelpublic String getStreet2()
getStreet2 in interface AddressModelpublic void setStreet2(String street2)
setStreet2 in interface AddressModelpublic String getStreet3()
getStreet3 in interface AddressModelpublic void setStreet3(String street3)
setStreet3 in interface AddressModelpublic String getCity()
getCity in interface AddressModelpublic void setCity(String city)
setCity in interface AddressModelpublic String getZip()
getZip in interface AddressModelpublic void setZip(String zip)
setZip in interface AddressModelpublic long getRegionId()
getRegionId in interface AddressModelpublic void setRegionId(long regionId)
setRegionId in interface AddressModelpublic long getCountryId()
getCountryId in interface AddressModelpublic void setCountryId(long countryId)
setCountryId in interface AddressModelpublic int getTypeId()
getTypeId in interface AddressModelpublic void setTypeId(int typeId)
setTypeId in interface AddressModelpublic boolean getMailing()
getMailing in interface AddressModelpublic boolean isMailing()
isMailing in interface AddressModelpublic void setMailing(boolean mailing)
setMailing in interface AddressModelpublic boolean getPrimary()
getPrimary in interface AddressModelpublic boolean isPrimary()
isPrimary in interface AddressModelpublic void setPrimary(boolean primary)
setPrimary in interface AddressModelpublic Address toEscapedModel()
toEscapedModel in interface AddressModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface AddressModelgetExpandoBridge in interface BaseModel<Address>getExpandoBridge in class BaseModelImpl<Address>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface AddressModelsetExpandoBridgeAttributes in interface BaseModel<Address>setExpandoBridgeAttributes in class BaseModelImpl<Address>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface AddressModelclone in interface BaseModel<Address>clone in class BaseModelImpl<Address>public int compareTo(Address address)
compareTo in interface AddressModelcompareTo in interface Comparable<Address>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface AddressModelhashCode in class Objectpublic String toString()
toString in interface AddressModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface AddressModeltoXmlString in interface BaseModel<Address>
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||