Class AttributeDefInSComp

java.lang.Object
oracle.iam.grc.sod.vo.AttributeDefInSComp
All Implemented Interfaces:
Serializable

public class AttributeDefInSComp extends Object implements Serializable
This class is a representation of an attribute defined in Service Component.
See Also:
  • Constructor Details

    • AttributeDefInSComp

      public AttributeDefInSComp()
  • Method Details

    • isDutyType

      public boolean isDutyType()
      Returns:
      Returns the dutyType.
    • setDutyType

      public void setDutyType(boolean dutyType)
      Parameters:
      dutyType - The dutyType to set.
    • isKey

      public boolean isKey()
      Returns:
      Returns the key.
    • setKey

      public void setKey(boolean key)
      Parameters:
      key - The key to set.
    • getName

      public String getName()
      Returns:
      Returns the name.
    • getDutytypename

      public String getDutytypename()
      Returns:
      Returns the DutyTypename.
    • setDutyTypename

      public void setDutyTypename(String dutytypename)
      Parameters:
      key - The DutyTypename
    • setName

      public void setName(String name)
      Parameters:
      name - The name to set.
    • getSourceIdMAttributes

      public AttributeDefInSComp[] getSourceIdMAttributes()
      Returns:
      Returns the sourceIdMAttributes.
    • setSourceIdMAttributes

      public void setSourceIdMAttributes(AttributeDefInSComp[] sourceIdMAttributes)
      Parameters:
      sourceIdMAttributes - The sourceIdMAttributes to set.
    • isUserType

      public boolean isUserType()
      Returns:
      Returns the userType.
    • setUserType

      public void setUserType(boolean userType)
      Parameters:
      userType - The userType to set.
    • getValidationSCompName

      public String getValidationSCompName()
      Returns:
      Returns the validationSCompName.
    • setValidationSCompName

      public void setValidationSCompName(String validationSCompName)
      Parameters:
      validationSCompName - The validationSCompName to set.