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:
com.liferay.portal.service.model.ClassName, com.liferay.portal.service.model.impl.ClassNameImpl, com.liferay.portal.service.model.impl.ClassNameModelImpl

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

Method Detail

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getClassNameId

public long getClassNameId()

setClassNameId

public void setClassNameId(long classNameId)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)