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

java.lang.Objectcom.hack23.cia.model.core.impl.BaseEntity
com.hack23.cia.model.core.impl.AbstractResource
@Entity public abstract class AbstractResource
The Class AbstractResource.
| Constructor Summary | |
|---|---|
AbstractResource()
|
|
| 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.core.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.core.api.PersistedModelObject |
|---|
isNew |
| Constructor Detail |
|---|
public AbstractResource()
| Method Detail |
|---|
public Long getId()
BaseEntity
getId in interface ApplicationResourcegetId in interface PersistedModelObjectgetId in interface ResourcegetId in class BaseEntitypublic ResourceType getResourceType()
Resource
getResourceType in interface ApplicationResourcegetResourceType in interface Resourcepublic Long getVersion()
BaseEntity
getVersion in interface ApplicationResourcegetVersion in interface PersistedModelObjectgetVersion in interface ResourcegetVersion in class BaseEntitypublic void setId(Long id)
ApplicationResource
setId in interface ApplicationResourcesetId in interface PersistedModelObjectsetId in interface Resourceid - the new idpublic void setResourceType(ResourceType resourceType)
Resource
setResourceType in interface ApplicationResourcesetResourceType in interface ResourceresourceType - the new resource typepublic void setVersion(Long version)
PersistedModelObject
setVersion in interface ApplicationResourcesetVersion in interface PersistedModelObjectsetVersion in interface Resourceversion - the new version
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||