com.liferay.portlet.tags.model
Class TagsPropertySoap

java.lang.Object
  extended by com.liferay.portlet.tags.model.TagsPropertySoap
All Implemented Interfaces:
java.io.Serializable

public class TagsPropertySoap
extends java.lang.Object
implements java.io.Serializable

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is used by com.liferay.portlet.tags.service.http.TagsPropertyServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.tags.service.http.TagsPropertyServiceSoap, Serialized Form

Constructor Summary
TagsPropertySoap()
           
 
Method Summary
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 long getEntryId()
           
 java.lang.String getKey()
           
 java.util.Date getModifiedDate()
           
 long getPrimaryKey()
           
 long getPropertyId()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getValue()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setEntryId(long entryId)
           
 void setKey(java.lang.String key)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setPrimaryKey(long pk)
           
 void setPropertyId(long propertyId)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setValue(java.lang.String value)
           
static TagsPropertySoap toSoapModel(TagsProperty model)
           
static TagsPropertySoap[] toSoapModels(java.util.List<TagsProperty> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsPropertySoap

public TagsPropertySoap()
Method Detail

toSoapModel

public static TagsPropertySoap toSoapModel(TagsProperty model)

toSoapModels

public static TagsPropertySoap[] toSoapModels(java.util.List<TagsProperty> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getPropertyId

public long getPropertyId()

setPropertyId

public void setPropertyId(long propertyId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getUserName

public java.lang.String getUserName()

setUserName

public void setUserName(java.lang.String userName)

getCreateDate

public java.util.Date getCreateDate()

setCreateDate

public void setCreateDate(java.util.Date createDate)

getModifiedDate

public java.util.Date getModifiedDate()

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)

getEntryId

public long getEntryId()

setEntryId

public void setEntryId(long entryId)

getKey

public java.lang.String getKey()

setKey

public void setKey(java.lang.String key)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)