com.arsdigita.web
Class WebApp

java.lang.Object
  extended bycom.arsdigita.domain.DomainObject
      extended bycom.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>

Field Summary
static String BASE_DATA_OBJECT_TYPE
           
static String versionId
           
 
Constructor Summary
WebApp(DataObject data)
           
 
Method Summary
static WebApp create(String name)
           
protected  String getBaseDataObjectType()
          Returns the base data object type for this domain object class.
 String getName()
           
static void main(String[] args)
           
static DomainCollection retrieveAll()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

WebApp

public WebApp(DataObject data)
Method Detail

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