Package com.soffid.iam.api
Class Application
- java.lang.Object
-
- com.soffid.iam.api.AbstractApplication
-
- com.soffid.iam.api.Application
-
- All Implemented Interfaces:
Serializable
public class Application extends AbstractApplication
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Application()Application(AbstractApplication otherBean)Application(String name, String relativeName, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetName(String name)Sets value for attribute namevoidsetParent(String parent)Sets value for attribute parentvoidsetRelativeName(String relativeName)Sets value for attribute relativeName-
Methods inherited from class com.soffid.iam.api.AbstractApplication
getApprovalProcess, getAttributes, getBpmEnabled, getBpmEnforced, getDatabase, getDescription, getExecutable, getId, getName, getNotificationEmails, getOwner, getOwnerName, getParent, getRelativeName, getRoleDefinitionProcess, getSource, getType, isSingleRole, setApprovalProcess, setAttributes, setBpmEnabled, setBpmEnforced, setDatabase, setDescription, setExecutable, setId, setNotificationEmails, setOwner, setOwnerName, setRoleDefinitionProcess, setSingleRole, setSource, setType, toApplication, toApplication, toApplicationArray, toApplicationAsyncList, toApplicationList, toApplicationList, toString
-
-
-
-
Constructor Detail
-
Application
public Application()
-
Application
public Application(AbstractApplication otherBean)
-
-
Method Detail
-
setParent
public void setParent(String parent)
Description copied from class:AbstractApplicationSets value for attribute parent- Overrides:
setParentin classAbstractApplication
-
setRelativeName
public void setRelativeName(String relativeName)
Description copied from class:AbstractApplicationSets value for attribute relativeName- Overrides:
setRelativeNamein classAbstractApplication
-
setName
public void setName(String name)
Description copied from class:AbstractApplicationSets value for attribute name- Overrides:
setNamein classAbstractApplication
-
-