Package oracle.iam.grc.sod.vo
Class AttributeDefInSComp
java.lang.Object
oracle.iam.grc.sod.vo.AttributeDefInSComp
- All Implemented Interfaces:
Serializable
This class is a representation of an attribute defined in Service Component.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
boolean
isKey()
boolean
void
setDutyType
(boolean dutyType) void
setDutyTypename
(String dutytypename) void
setKey
(boolean key) void
void
setSourceIdMAttributes
(AttributeDefInSComp[] sourceIdMAttributes) void
setUserType
(boolean userType) void
setValidationSCompName
(String validationSCompName)
-
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
- Returns:
- Returns the name.
-
getDutytypename
- Returns:
- Returns the DutyTypename.
-
setDutyTypename
- Parameters:
key
- The DutyTypename
-
setName
- Parameters:
name
- The name to set.
-
getSourceIdMAttributes
- Returns:
- Returns the sourceIdMAttributes.
-
setSourceIdMAttributes
- 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
- Returns:
- Returns the validationSCompName.
-
setValidationSCompName
- Parameters:
validationSCompName
- The validationSCompName to set.
-