Liferay 7.0-ce-b4

com.liferay.portlet.asset.model
Class ClassTypeField

java.lang.Object
  extended by com.liferay.portlet.asset.model.ClassTypeField

public class ClassTypeField
extends Object


Constructor Summary
ClassTypeField(String label, String name, String type, long classTypeId)
           
 
Method Summary
 long getClassTypeId()
           
 String getLabel()
           
 String getName()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassTypeField

public ClassTypeField(String label,
                      String name,
                      String type,
                      long classTypeId)
Method Detail

getClassTypeId

public long getClassTypeId()

getLabel

public String getLabel()

getName

public String getName()

getType

public String getType()

Liferay 7.0-ce-b4