Skip navigation links


oracle.iam.grc.sod.vo
Class AttributeDefInSComp

java.lang.Object
  extended by oracle.iam.grc.sod.vo.AttributeDefInSComp

All Implemented Interfaces:
java.io.Serializable

public class AttributeDefInSComp
extends java.lang.Object
implements java.io.Serializable

This class is a representation of an attribute defined in Service Component.

See Also:
Serialized Form

Constructor Summary
AttributeDefInSComp()
           

 

Method Summary
 java.lang.String getDutytypename()
           
 java.lang.String getName()
           
 AttributeDefInSComp[] getSourceIdMAttributes()
           
 java.lang.String getValidationSCompName()
           
 boolean isDutyType()
           
 boolean isKey()
           
 boolean isUserType()
           
 void setDutyType(boolean dutyType)
           
 void setDutyTypename(java.lang.String dutytypename)
           
 void setKey(boolean key)
           
 void setName(java.lang.String name)
           
 void setSourceIdMAttributes(AttributeDefInSComp[] sourceIdMAttributes)
           
 void setUserType(boolean userType)
           
 void setValidationSCompName(java.lang.String validationSCompName)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AttributeDefInSComp

public AttributeDefInSComp()

Method Detail

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 java.lang.String getName()
Returns:
Returns the name.

getDutytypename

public java.lang.String getDutytypename()
Returns:
Returns the DutyTypename.

setDutyTypename

public void setDutyTypename(java.lang.String dutytypename)
Parameters:
key - The DutyTypename

setName

public void setName(java.lang.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 java.lang.String getValidationSCompName()
Returns:
Returns the validationSCompName.

setValidationSCompName

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

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.