Class AbstractInformationSystem

java.lang.Object
com.soffid.iam.iga.api.AbstractInformationSystem
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InformationSystem

public abstract class AbstractInformationSystem extends Object implements Serializable
ValueObject AbstractInformationSystem
See Also:
  • Constructor Details

  • Method Details

    • getId

      public Long getId()
      Gets value for attribute id
    • setId

      public void setId(Long id)
      Sets value for attribute id
    • getType

      public ApplicationType getType()
      Gets value for attribute type
    • setType

      public void setType(ApplicationType type)
      Sets value for attribute type
    • getParent

      public String getParent()
      Gets value for attribute parent
    • setParent

      public void setParent(String parent)
      Sets value for attribute parent
    • getRelativeName

      public String getRelativeName()
      Gets value for attribute relativeName
    • setRelativeName

      public void setRelativeName(String relativeName)
      Sets value for attribute relativeName
    • getName

      public String getName()
      Gets value for attribute name
    • setName

      public void setName(String name)
      Sets value for attribute name
    • getDescription

      public String getDescription()
      Gets value for attribute description
    • setDescription

      public void setDescription(String description)
      Sets value for attribute description
    • getOwner

      public String getOwner()
      Gets value for attribute owner
    • setOwner

      public void setOwner(String owner)
      Sets value for attribute owner
    • getSourceDir

      public String getSourceDir()
      Gets value for attribute sourceDir
    • setSourceDir

      public void setSourceDir(String sourceDir)
      Sets value for attribute sourceDir
    • getSource

      public String getSource()
      Gets value for attribute sourceDir
    • setSource

      public void setSource(String sourceDir)
      Sets value for attribute sourceDir
    • getTargetDir

      public String getTargetDir()
      Gets value for attribute targetDir
    • setTargetDir

      public void setTargetDir(String targetDir)
      Sets value for attribute targetDir
    • getExecutable

      public String getExecutable()
      Gets value for attribute targetDir
    • setExecutable

      public void setExecutable(String targetDir)
      Sets value for attribute targetDir
    • getDatabase

      public String getDatabase()
      Gets value for attribute database
    • setDatabase

      public void setDatabase(String database)
      Sets value for attribute database
    • getBpmEnabled

      public Boolean getBpmEnabled()
      Gets value for attribute bpmEnabled
    • setBpmEnabled

      public void setBpmEnabled(Boolean bpmEnabled)
      Sets value for attribute bpmEnabled
    • getBpmEnforced

      public Boolean getBpmEnforced()
      Gets value for attribute bpmEnabled
    • setBpmEnforced

      public void setBpmEnforced(Boolean bpmEnabled)
      Sets value for attribute bpmEnabled
    • getNotificationEmails

      public String getNotificationEmails()
      Gets value for attribute notificationEmails
    • setNotificationEmails

      public void setNotificationEmails(String notificationEmails)
      Sets value for attribute notificationEmails
    • getApprovalProcess

      public String getApprovalProcess()
      Gets value for attribute approvalProcess
    • setApprovalProcess

      public void setApprovalProcess(String approvalProcess)
      Sets value for attribute approvalProcess
    • getRoleDefinitionProcess

      public String getRoleDefinitionProcess()
      Gets value for attribute roleDefinitionProcess
    • setRoleDefinitionProcess

      public void setRoleDefinitionProcess(String roleDefinitionProcess)
      Sets value for attribute roleDefinitionProcess
    • isSingleRole

      public boolean isSingleRole()
      Gets value for attribute singleRole
    • setSingleRole

      public void setSingleRole(boolean singleRole)
      Sets value for attribute singleRole
    • getAttributes

      public Map<String,Object> getAttributes()
      Gets value for attribute attributes
    • setAttributes

      public void setAttributes(Map<String,Object> attributes)
      Sets value for attribute attributes
    • getCreatedOn

      public Date getCreatedOn()
      Gets value for attribute createdOn
    • setCreatedOn

      public void setCreatedOn(Date createdOn)
      Sets value for attribute createdOn
    • getCreatedBy

      public String getCreatedBy()
      Gets value for attribute createdBy
    • setCreatedBy

      public void setCreatedBy(String createdBy)
      Sets value for attribute createdBy
    • getUpdatedOn

      public Date getUpdatedOn()
      Gets value for attribute updatedOn
    • setUpdatedOn

      public void setUpdatedOn(Date updatedOn)
      Sets value for attribute updatedOn
    • getUpdatedBy

      public String getUpdatedBy()
      Gets value for attribute updatedBy
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
      Sets value for attribute updatedBy
    • getDeletedOn

      public Date getDeletedOn()
      Gets value for attribute deletedOn
    • setDeletedOn

      public void setDeletedOn(Date deletedOn)
      Sets value for attribute deletedOn
    • getDeletedBy

      public String getDeletedBy()
      Gets value for attribute deletedBy
    • setDeletedBy

      public void setDeletedBy(String deletedBy)
      Sets value for attribute deletedBy
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object