|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.model.common.impl.BaseEntity
com.hack23.cia.model.common.impl.AbstractResource
@Entity public abstract class AbstractResource
The Class AbstractResource.
| Constructor Summary | |
|---|---|
protected |
AbstractResource(ResourceType resourceType)
Instantiates a new abstract resource. |
| Method Summary | |
|---|---|
Long |
getId()
Gets the id. |
ResourceType |
getResourceType()
Gets the resource type. |
Long |
getVersion()
Gets the version. |
void |
setId(Long id)
Sets the id. |
void |
setResourceType(ResourceType resourceType)
Sets the resource type. |
void |
setVersion(Long version)
Sets the version. |
| Methods inherited from class com.hack23.cia.model.common.impl.BaseEntity |
|---|
equals, hashCode, isNew |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.hack23.cia.model.common.api.PersistedModelObject |
|---|
isNew |
| Constructor Detail |
|---|
protected AbstractResource(ResourceType resourceType)
resourceType - the resource type| Method Detail |
|---|
public Long getId()
BaseEntity
getId in interface PersistedModelObjectgetId in class BaseEntitypublic ResourceType getResourceType()
Resource
getResourceType in interface Resourcepublic Long getVersion()
BaseEntity
getVersion in interface PersistedModelObjectgetVersion in class BaseEntitypublic void setId(Long id)
PersistedModelObject
setId in interface PersistedModelObjectid - the new idpublic void setResourceType(ResourceType resourceType)
Resource
setResourceType in interface ResourceresourceType - the new resource typepublic void setVersion(Long version)
PersistedModelObject
setVersion in interface PersistedModelObjectversion - the new version
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||