Liferay 6.0.5

com.liferay.portlet.softwarecatalog.model
Interface SCFrameworkVersion

All Superinterfaces:
BaseModel<SCFrameworkVersion>, Cloneable, Comparable<SCFrameworkVersion>, SCFrameworkVersionModel, Serializable
All Known Implementing Classes:
SCFrameworkVersionImpl, SCFrameworkVersionWrapper

public interface SCFrameworkVersion
extends SCFrameworkVersionModel

The model interface for the SCFrameworkVersion service. Represents a row in the "SCFrameworkVersion" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to SCFrameworkVersionImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a s c framework version model instance should use the SCFrameworkVersion interface instead.

See Also:
SCFrameworkVersionModel, SCFrameworkVersionImpl, SCFrameworkVersionModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 
Methods inherited from interface com.liferay.portlet.softwarecatalog.model.SCFrameworkVersionModel
clone, compareTo, getActive, getCompanyId, getCreateDate, getExpandoBridge, getFrameworkVersionId, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getPriority, getUrl, getUserId, getUserName, getUserUuid, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActive, setCachedModel, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setFrameworkVersionId, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setPriority, setUrl, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 


Liferay 6.0.5