Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


oracle.security.opss.config.persistence
Interface DependentServiceP

All Superinterfaces:
ConfigPersistenceElement

public interface DependentServiceP
extends ConfigPersistenceElement
Author:
vbkumarjayanti

Method Summary
 Necessity getNecessity()
          Gets the value of the necessity property.
 ServiceType getServiceType()
          Gets the value of the serviceType property.
 void setNecessity(Necessity value)
          Sets the value of the necessity property.
 void setServiceType(ServiceType value)
          Sets the value of the serviceType property.

 

Methods inherited from interface oracle.security.opss.config.persistence.ConfigPersistenceElement
getChanges, getMetaFactory, getParent, persist

 

Method Detail

getNecessity

Necessity getNecessity()
Gets the value of the necessity property.
Returns:
possible object is Necessity

getServiceType

ServiceType getServiceType()
Gets the value of the serviceType property.
Returns:
possible object is ServiceType

setNecessity

void setNecessity(Necessity value)
Sets the value of the necessity property.
Parameters:
value - allowed object is Necessity

setServiceType

void setServiceType(ServiceType value)
Sets the value of the serviceType property.
Parameters:
value - allowed object is ServiceType

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


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