Class ApplicationPackage

java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
All Implemented Interfaces:
IEntity, Auditable, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating

public class ApplicationPackage extends _ApplicationPackage implements Auditable
Provides an entity containing information about applications (sets of related services and forms belonging to the same organization).
Since:
4.0.0
See Also:
  • Constructor Details

    • ApplicationPackage

      public ApplicationPackage()
  • Method Details

    • getFullyQualifiedName

      public String getFullyQualifiedName()
      Return the fully qualified name of this application package. The fully qualified name consists of the client code and the application name separated by a dash and space characters, for example "clientcode - My Application". The fully qualified name is globally unique and can be used whenever it is important to uniquely identify the application package (e.g. on the Service Definition Search page for global administrators).
      Returns:
      the globally unique fully qualified name of the application package