Liferay 7.0-ce-b4

com.liferay.portal.util
Class LayoutDescription

java.lang.Object
  extended by com.liferay.portal.util.LayoutDescription
All Implemented Interfaces:
Serializable

public class LayoutDescription
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LayoutDescription(long plid, String name, int depth)
           
 
Method Summary
 int getDepth()
           
 String getDisplayName()
           
 String getName()
           
 long getPlid()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LayoutDescription

public LayoutDescription(long plid,
                         String name,
                         int depth)
Method Detail

getDepth

public int getDepth()

getDisplayName

public String getDisplayName()

getName

public String getName()

getPlid

public long getPlid()

toString

public String toString()
Overrides:
toString in class Object

Liferay 7.0-ce-b4