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 void
setName(String name)
Sets value for attribute namevoid
setParent(String parent)
Sets value for attribute parentvoid
setRelativeName(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:AbstractApplication
Sets value for attribute parent- Overrides:
setParent
in classAbstractApplication
-
setRelativeName
public void setRelativeName(String relativeName)
Description copied from class:AbstractApplication
Sets value for attribute relativeName- Overrides:
setRelativeName
in classAbstractApplication
-
setName
public void setName(String name)
Description copied from class:AbstractApplication
Sets value for attribute name- Overrides:
setName
in classAbstractApplication
-
-