Class SMDiscoEntryData
- java.lang.Object
-
- com.sun.identity.console.service.model.SMDiscoEntryData
-
- All Implemented Interfaces:
Serializable
public class SMDiscoEntryData extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description StringabstractValueListdescDataMapdirectivesStringdiscoStrStringentryIdbooleannewEntrybooleannoOptionListoptionsStringproviderIdStringresourceIdAttributeStringresourceIdValueStringserviceTypeSMDescriptionDatasmDesc
-
Constructor Summary
Constructors Constructor Description SMDiscoEntryData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetgetAllAssignedMechIDs()ListgetPossibleDirectivesToMechIDs()voidsetDiscoStr(boolean isUserView)StringtoString()
-
-
-
Field Detail
-
descData
public List descData
-
entryId
public String entryId
-
resourceIdValue
public String resourceIdValue
-
resourceIdAttribute
public String resourceIdAttribute
-
serviceType
public String serviceType
-
providerId
public String providerId
-
abstractValue
public String abstractValue
-
options
public List options
-
newEntry
public boolean newEntry
-
noOption
public boolean noOption
-
discoStr
public String discoStr
-
directives
public Map directives
-
smDesc
public SMDescriptionData smDesc
-
-
Method Detail
-
getPossibleDirectivesToMechIDs
public List getPossibleDirectivesToMechIDs()
-
getAllAssignedMechIDs
public Set getAllAssignedMechIDs()
-
setDiscoStr
public void setDiscoStr(boolean isUserView) throws AMConsoleException- Throws:
AMConsoleException
-
-