Liferay 6.0.5

com.liferay.portal.model
Class EmailAddressSoap

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

public class EmailAddressSoap
extends Object
implements Serializable

This class is used by EmailAddressServiceSoap.

See Also:
EmailAddressServiceSoap, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
EmailAddressSoap()
           
 
Method Summary
 String getAddress()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 long getEmailAddressId()
           
 Date getModifiedDate()
           
 boolean getPrimary()
           
 long getPrimaryKey()
           
 int getTypeId()
           
 long getUserId()
           
 String getUserName()
           
 boolean isPrimary()
           
 void setAddress(String address)
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setEmailAddressId(long emailAddressId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setPrimary(boolean primary)
           
 void setPrimaryKey(long pk)
           
 void setTypeId(int typeId)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
static EmailAddressSoap toSoapModel(EmailAddress model)
           
static EmailAddressSoap[] toSoapModels(EmailAddress[] models)
           
static EmailAddressSoap[][] toSoapModels(EmailAddress[][] models)
           
static EmailAddressSoap[] toSoapModels(List<EmailAddress> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailAddressSoap

public EmailAddressSoap()
Method Detail

toSoapModel

public static EmailAddressSoap toSoapModel(EmailAddress model)

toSoapModels

public static EmailAddressSoap[] toSoapModels(EmailAddress[] models)

toSoapModels

public static EmailAddressSoap[][] toSoapModels(EmailAddress[][] models)

toSoapModels

public static EmailAddressSoap[] toSoapModels(List<EmailAddress> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getEmailAddressId

public long getEmailAddressId()

setEmailAddressId

public void setEmailAddressId(long emailAddressId)

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)

getAddress

public String getAddress()

setAddress

public void setAddress(String address)

getTypeId

public int getTypeId()

setTypeId

public void setTypeId(int typeId)

getPrimary

public boolean getPrimary()

isPrimary

public boolean isPrimary()

setPrimary

public void setPrimary(boolean primary)

Liferay 6.0.5