Liferay 6.1.2-ce-ga3

com.liferay.portlet.asset.model
Class AssetEntryType

java.lang.Object
  extended by com.liferay.portlet.asset.model.AssetEntryType
All Implemented Interfaces:
Serializable

public class AssetEntryType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AssetEntryType()
           
 
Method Summary
 String getClassName()
           
 long getClassNameId()
           
 String getPortletId()
           
 String getPortletTitle()
           
 void setClassName(String className)
           
 void setClassNameId(long classNameId)
           
 void setPortletId(String portletId)
           
 void setPortletTitle(String portletTitle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetEntryType

public AssetEntryType()
Method Detail

getClassName

public String getClassName()

getClassNameId

public long getClassNameId()

getPortletId

public String getPortletId()

getPortletTitle

public String getPortletTitle()

setClassName

public void setClassName(String className)

setClassNameId

public void setClassNameId(long classNameId)

setPortletId

public void setPortletId(String portletId)

setPortletTitle

public void setPortletTitle(String portletTitle)

Liferay 6.1.2-ce-ga3