|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.ApplicationTypeImpl
public class ApplicationTypeImpl
| Field Summary | |
|---|---|
protected DescriptionType[] |
description
|
protected DisplayNameType[] |
displayName
|
protected IconType[] |
icon
|
protected String |
id
|
protected PathTypeImpl |
libraryDirectory
|
protected ModuleType[] |
module
|
protected SecurityRoleType[] |
securityRole
|
protected String |
version
|
| Constructor Summary | |
|---|---|
ApplicationTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.ApplicationTypeImpl instance. |
|
ApplicationTypeImpl(ApplicationTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.ApplicationTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ApplicationTypeImpl |
clone()
Creates and returns a copy of this object. |
void |
copyDescription(DescriptionType[] source)
Copies all values of property Description. |
void |
copyDisplayName(DisplayNameType[] source)
Copies all values of property DisplayName. |
void |
copyIcon(IconType[] source)
Copies all values of property Icon. |
void |
copyModule(ModuleType[] source)
Copies all values of property Module. |
void |
copySecurityRole(SecurityRoleType[] source)
Copies all values of property SecurityRole. |
DescriptionType[] |
getDescription()
|
DescriptionType |
getDescription(int idx)
|
int |
getDescriptionLength()
|
DisplayNameType[] |
getDisplayName()
|
DisplayNameType |
getDisplayName(int idx)
|
int |
getDisplayNameLength()
|
IconType[] |
getIcon()
|
IconType |
getIcon(int idx)
|
int |
getIconLength()
|
String |
getId()
Gets the value of the id property. |
PathType |
getLibraryDirectory()
Gets the value of the libraryDirectory property. |
ModuleType[] |
getModule()
|
ModuleType |
getModule(int idx)
|
int |
getModuleLength()
|
SecurityRoleType[] |
getSecurityRole()
|
SecurityRoleType |
getSecurityRole(int idx)
|
int |
getSecurityRoleLength()
|
String |
getVersion()
Gets the value of the version property. |
void |
setDescription(DescriptionType[] values)
|
DescriptionType |
setDescription(int idx,
DescriptionType value)
|
void |
setDisplayName(DisplayNameType[] values)
|
DisplayNameType |
setDisplayName(int idx,
DisplayNameType value)
|
void |
setIcon(IconType[] values)
|
IconType |
setIcon(int idx,
IconType value)
|
void |
setId(String value)
Sets the value of the id property. |
void |
setLibraryDirectory(PathType value)
Sets the value of the libraryDirectory property. |
ModuleType |
setModule(int idx,
ModuleType value)
|
void |
setModule(ModuleType[] values)
|
SecurityRoleType |
setSecurityRole(int idx,
SecurityRoleType value)
|
void |
setSecurityRole(SecurityRoleType[] values)
|
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DescriptionType[] description
protected DisplayNameType[] displayName
protected IconType[] icon
protected ModuleType[] module
protected SecurityRoleType[] securityRole
protected PathTypeImpl libraryDirectory
protected String version
protected String id
| Constructor Detail |
|---|
public ApplicationTypeImpl()
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.ApplicationTypeImpl instance.
public ApplicationTypeImpl(ApplicationTypeImpl o)
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.ApplicationTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
getDescription in interface ApplicationTypeDescriptionTypepublic DescriptionType getDescription(int idx)
getDescription in interface ApplicationTypeDescriptionTypepublic int getDescriptionLength()
getDescriptionLength in interface ApplicationTypepublic void setDescription(DescriptionType[] values)
setDescription in interface ApplicationTypevalues - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
setDescription in interface ApplicationTypevalue - allowed object is
DescriptionTypepublic DisplayNameType[] getDisplayName()
getDisplayName in interface ApplicationTypeDisplayNameTypepublic DisplayNameType getDisplayName(int idx)
getDisplayName in interface ApplicationTypeDisplayNameTypepublic int getDisplayNameLength()
getDisplayNameLength in interface ApplicationTypepublic void setDisplayName(DisplayNameType[] values)
setDisplayName in interface ApplicationTypevalues - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
setDisplayName in interface ApplicationTypevalue - allowed object is
DisplayNameTypepublic IconType[] getIcon()
getIcon in interface ApplicationTypeIconTypepublic IconType getIcon(int idx)
getIcon in interface ApplicationTypeIconTypepublic int getIconLength()
getIconLength in interface ApplicationTypepublic void setIcon(IconType[] values)
setIcon in interface ApplicationTypevalues - allowed objects are
IconType
public IconType setIcon(int idx,
IconType value)
setIcon in interface ApplicationTypevalue - allowed object is
IconTypepublic ModuleType[] getModule()
getModule in interface ApplicationTypeModuleTypepublic ModuleType getModule(int idx)
getModule in interface ApplicationTypeModuleTypepublic int getModuleLength()
getModuleLength in interface ApplicationTypepublic void setModule(ModuleType[] values)
setModule in interface ApplicationTypevalues - allowed objects are
ModuleType
public ModuleType setModule(int idx,
ModuleType value)
setModule in interface ApplicationTypevalue - allowed object is
ModuleTypepublic SecurityRoleType[] getSecurityRole()
getSecurityRole in interface ApplicationTypeSecurityRoleTypepublic SecurityRoleType getSecurityRole(int idx)
getSecurityRole in interface ApplicationTypeSecurityRoleTypepublic int getSecurityRoleLength()
getSecurityRoleLength in interface ApplicationTypepublic void setSecurityRole(SecurityRoleType[] values)
setSecurityRole in interface ApplicationTypevalues - allowed objects are
SecurityRoleType
public SecurityRoleType setSecurityRole(int idx,
SecurityRoleType value)
setSecurityRole in interface ApplicationTypevalue - allowed object is
SecurityRoleTypepublic PathType getLibraryDirectory()
ApplicationType
getLibraryDirectory in interface ApplicationTypePathTypepublic void setLibraryDirectory(PathType value)
ApplicationType
setLibraryDirectory in interface ApplicationTypevalue - allowed object is
PathTypepublic String getVersion()
ApplicationType
getVersion in interface ApplicationTypeStringpublic void setVersion(String value)
ApplicationType
setVersion in interface ApplicationTypevalue - allowed object is
Stringpublic String getId()
ApplicationType
getId in interface ApplicationTypeStringpublic void setId(String value)
ApplicationType
setId in interface ApplicationTypevalue - allowed object is
Stringpublic void copyDescription(DescriptionType[] source)
Description.
source - The source to copy from.
NullPointerException - if source is null.public void copyDisplayName(DisplayNameType[] source)
DisplayName.
source - The source to copy from.
NullPointerException - if source is null.public void copyIcon(IconType[] source)
Icon.
source - The source to copy from.
NullPointerException - if source is null.public void copyModule(ModuleType[] source)
Module.
source - The source to copy from.
NullPointerException - if source is null.public void copySecurityRole(SecurityRoleType[] source)
SecurityRole.
source - The source to copy from.
NullPointerException - if source is null.public ApplicationTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||