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
Methods inherited from interface java.lang.Comparable |
compareTo |
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)
toEscapedModel
public ClassName toEscapedModel()