com.liferay.portlet.tags.model
Class TagsSourceSoap

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

public class TagsSourceSoap
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.TagsSourceServiceSoap.

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

Constructor Summary
TagsSourceSoap()
           
 
Method Summary
 java.lang.String getAcronym()
           
 java.lang.String getName()
           
 long getParentSourceId()
           
 long getPrimaryKey()
           
 long getSourceId()
           
 void setAcronym(java.lang.String acronym)
           
 void setName(java.lang.String name)
           
 void setParentSourceId(long parentSourceId)
           
 void setPrimaryKey(long pk)
           
 void setSourceId(long sourceId)
           
static TagsSourceSoap toSoapModel(TagsSource model)
           
static TagsSourceSoap[] toSoapModels(java.util.List<TagsSource> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsSourceSoap

public TagsSourceSoap()
Method Detail

toSoapModel

public static TagsSourceSoap toSoapModel(TagsSource model)

toSoapModels

public static TagsSourceSoap[] toSoapModels(java.util.List<TagsSource> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getSourceId

public long getSourceId()

setSourceId

public void setSourceId(long sourceId)

getParentSourceId

public long getParentSourceId()

setParentSourceId

public void setParentSourceId(long parentSourceId)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getAcronym

public java.lang.String getAcronym()

setAcronym

public void setAcronym(java.lang.String acronym)