Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class AddressSoap

java.lang.Object
  extended by com.liferay.portal.model.AddressSoap
All Implemented Interfaces:
Serializable

public class AddressSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically com.liferay.portal.service.http.AddressServiceSoap.

See Also:
com.liferay.portal.service.http.AddressServiceSoap, Serialized Form

Constructor Summary
AddressSoap()
           
 
Method Summary
 long getAddressId()
           
 String getCity()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 long getCountryId()
           
 Date getCreateDate()
           
 boolean getMailing()
           
 Date getModifiedDate()
           
 boolean getPrimary()
           
 long getPrimaryKey()
           
 long getRegionId()
           
 String getStreet1()
           
 String getStreet2()
           
 String getStreet3()
           
 int getTypeId()
           
 long getUserId()
           
 String getUserName()
           
 String getZip()
           
 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 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 setZip(String zip)
           
static AddressSoap toSoapModel(Address model)
           
static AddressSoap[] toSoapModels(Address[] models)
           
static AddressSoap[][] toSoapModels(Address[][] models)
           
static AddressSoap[] toSoapModels(List<Address> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressSoap

public AddressSoap()
Method Detail

toSoapModel

public static AddressSoap toSoapModel(Address model)

toSoapModels

public static AddressSoap[] toSoapModels(Address[] models)

toSoapModels

public static AddressSoap[][] toSoapModels(Address[][] models)

toSoapModels

public static AddressSoap[] toSoapModels(List<Address> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getAddressId

public long getAddressId()

setAddressId

public void setAddressId(long addressId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getModifiedDate

public Date getModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)

getClassNameId

public long getClassNameId()

setClassNameId

public void setClassNameId(long classNameId)

getClassPK

public long getClassPK()

setClassPK

public void setClassPK(long classPK)

getStreet1

public String getStreet1()

setStreet1

public void setStreet1(String street1)

getStreet2

public String getStreet2()

setStreet2

public void setStreet2(String street2)

getStreet3

public String getStreet3()

setStreet3

public void setStreet3(String street3)

getCity

public String getCity()

setCity

public void setCity(String city)

getZip

public String getZip()

setZip

public void setZip(String zip)

getRegionId

public long getRegionId()

setRegionId

public void setRegionId(long regionId)

getCountryId

public long getCountryId()

setCountryId

public void setCountryId(long countryId)

getTypeId

public int getTypeId()

setTypeId

public void setTypeId(int typeId)

getMailing

public boolean getMailing()

isMailing

public boolean isMailing()

setMailing

public void setMailing(boolean mailing)

getPrimary

public boolean getPrimary()

isPrimary

public boolean isPrimary()

setPrimary

public void setPrimary(boolean primary)

Liferay 6.1.2-ce-ga3