com.arsdigita.web
Class WebApp
java.lang.Object
com.arsdigita.domain.DomainObject
com.arsdigita.web.WebApp
- public final class WebApp
- extends DomainObject
Subject to change.
- Version:
- $Id: //core-platform/dev/src/com/arsdigita/web/WebApp.java#5 $
- Author:
- Justin Ross <jross@redhat.com>
Methods inherited from class com.arsdigita.domain.DomainObject |
add, add, addToAssociation, afterDelete, afterSave, beforeDelete, beforeSave, clear, delete, disconnect, equals, get, getObjectType, getOID, getSession, hashCode, initialize, isDeleted, isDisconnected, isModified, isNew, isPropertyModified, isValid, remove, remove, remove, removeFromAssociation, save, set, setAssociation, setAssociation, specializeDataObject, specializeDataObject, toString |
versionId
public static final String versionId
- See Also:
- Constant Field Values
BASE_DATA_OBJECT_TYPE
public static final String BASE_DATA_OBJECT_TYPE
- See Also:
- Constant Field Values
WebApp
public WebApp(DataObject data)
getBaseDataObjectType
protected String getBaseDataObjectType()
- Description copied from class:
DomainObject
- Returns the base data object type for this domain object class.
Intended to be overrided by subclasses whenever the subclass will
only work if their primary data object is of a certain base type.
- Overrides:
getBaseDataObjectType
in class DomainObject
- Returns:
- The fully qualified name ("modelName.typeName") of the base
data object type for this domain object class,
or null if there is no restriction on the data object type for
the primary data object encapsulated by this class.
getName
public final String getName()
create
public static WebApp create(String name)
retrieveAll
public static DomainCollection retrieveAll()
main
public static final void main(String[] args)
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC