com.hack23.cia.model.impl.application.content
Class AbstractApplicationResource

Package class diagram package AbstractApplicationResource
java.lang.Object
  extended by com.hack23.cia.model.impl.common.BaseEntity
      extended by com.hack23.cia.model.impl.common.AbstractResource
          extended by com.hack23.cia.model.impl.application.content.AbstractApplicationResource
All Implemented Interfaces:
ApplicationResource, ModelObject, PersistedModelObject, Resource, Serializable
Direct Known Subclasses:
AbstractAgencyConfiguration, ImageContent, Language, LanguageContent, SoftwareAgentOperation

@Entity
public abstract class AbstractApplicationResource
extends AbstractResource
implements ApplicationResource

The Class AbstractApplicationResource.

See Also:
Serialized Form

Constructor Summary
Modifier Constructor and Description
protected AbstractApplicationResource(ResourceType resourceType)
          Instantiates a new abstract application resource.
 
Method Summary
Modifier and Type Method and Description
 
Methods inherited from class com.hack23.cia.model.impl.common.AbstractResource
getId, getResourceType, getVersion, setId, setResourceType, setVersion
 
Methods inherited from class com.hack23.cia.model.impl.common.BaseEntity
equals, getApplicationTypeContext, getTypeContext, 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.api.common.Resource
getResourceType
 
Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject
getId, getTypeContext, getVersion, isNew, setId, setVersion
 

Constructor Detail

AbstractApplicationResource

protected AbstractApplicationResource(ResourceType resourceType)
Instantiates a new abstract application resource.

Parameters:
resourceType - the resource type


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.