public class Package extends Object
| Constructor and Description |
|---|
Package()
Create empty package
|
Package(String name)
Create package with name
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructs()
Number of constructs contained in the package
|
int |
getContentRepositories()
Number of ContentRepositories contained in the package
|
int |
getCrFragments()
Number of ContentRepository Fragments contained in the package
|
int |
getDatasources()
Number of datasources contained in the package
|
String |
getDescription()
Package description
|
String |
getName()
Package name
|
int |
getObjectProperties()
Number of object properties contained in the package
|
Set<Package> |
getSubPackages()
Get set of sub packages
|
int |
getTemplates()
Number of templates contained in the package
|
void |
setConstructs(int constructs)
Set the number of constructs
|
void |
setContentRepositories(int contentRepositories)
Set the number of ContentRepositories
|
void |
setCrFragments(int crFragments)
Set the number of ContentRepository Fragments
|
void |
setDatasources(int datasources)
Set the number of datasources
|
void |
setDescription(String description)
Set the description
|
void |
setName(String name)
Set the package name
|
void |
setObjectProperties(int objectProperties)
Set the number of object properties
|
void |
setSubPackages(Set<Package> subPackages)
Set set of sub packages
|
void |
setTemplates(int templates)
Set the number of templates
|
public Package()
public Package(String name)
name - namepublic String getName()
public void setName(String name)
name - package namepublic String getDescription()
public void setDescription(String description)
description - descriptionpublic int getConstructs()
public void setConstructs(int constructs)
constructs - number of constructspublic int getTemplates()
public void setTemplates(int templates)
templates - number of templatespublic int getDatasources()
public void setDatasources(int datasources)
datasources - number of datasourcespublic int getObjectProperties()
public void setObjectProperties(int objectProperties)
objectProperties - numer of object propertiespublic int getCrFragments()
public void setCrFragments(int crFragments)
crFragments - number of ContentRepository Fragmentspublic int getContentRepositories()
public void setContentRepositories(int contentRepositories)
contentRepositories - number ofr ContentRepositoriesCopyright © 2024 Gentics Software. All rights reserved.