com.liferay.portal.model
Interface ClassNameModel

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
All Known Subinterfaces:
ClassName

public interface ClassNameModel
extends BaseModel

View Source

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

This interface is a model that represents the ClassName table in the database.

Author:
Brian Wing Shun Chan
See Also:
ClassName, ClassNameImpl, ClassNameModelImpl

Method Summary
 java.lang.String getClassName()
           
 long getClassNameId()
           
 long getPrimaryKey()
           
 java.lang.String getValue()
           
 void setClassNameId(long classNameId)
           
 void setPrimaryKey(long pk)
           
 void setValue(java.lang.String value)
           
 ClassName toEscapedModel()
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getClassName

java.lang.String getClassName()

getClassNameId

long getClassNameId()

setClassNameId

void setClassNameId(long classNameId)

getValue

java.lang.String getValue()

setValue

void setValue(java.lang.String value)

toEscapedModel

ClassName toEscapedModel()