|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AddressModel
This interface is a model that represents the Address table in the database.
Address,
AddressImpl,
AddressModelImpl| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Address address)
|
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 |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isMailing()
|
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isPrimary()
|
void |
setAddressId(long addressId)
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
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 |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
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()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long pk)
long getAddressId()
void setAddressId(long addressId)
long getCompanyId()
void setCompanyId(long companyId)
long getUserId()
void setUserId(long userId)
String getUserUuid()
throws SystemException
SystemExceptionvoid setUserUuid(String userUuid)
String getUserName()
void setUserName(String userName)
Date getCreateDate()
void setCreateDate(Date createDate)
Date getModifiedDate()
void setModifiedDate(Date modifiedDate)
String getClassName()
long getClassNameId()
void setClassNameId(long classNameId)
long getClassPK()
void setClassPK(long classPK)
String getStreet1()
void setStreet1(String street1)
String getStreet2()
void setStreet2(String street2)
String getStreet3()
void setStreet3(String street3)
String getCity()
void setCity(String city)
String getZip()
void setZip(String zip)
long getRegionId()
void setRegionId(long regionId)
long getCountryId()
void setCountryId(long countryId)
int getTypeId()
void setTypeId(int typeId)
boolean getMailing()
boolean isMailing()
void setMailing(boolean mailing)
boolean getPrimary()
boolean isPrimary()
void setPrimary(boolean primary)
Address toEscapedModel()
boolean isNew()
BaseModel
isNew in interface BaseModel<Address>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<Address>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<Address>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<Address>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<Address>true if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<Address>escapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Address>ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Address>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Address>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<Address>int compareTo(Address address)
compareTo in interface Comparable<Address>int hashCode()
hashCode in class ObjectString toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<Address>
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||