|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.as.scheduler.IncompatibleEntity
public class IncompatibleEntity
Encapsulates information for an Incompatibility entity.
| Constructor Summary | |
|---|---|
IncompatibleEntity(IncompatibleEntity incompEntity)
Creates a copy of the specified Incompatibilty object. |
|
IncompatibleEntity(MetadataObjectId entity,
boolean selfIncompatible)
Creates a new incompatibility entity. |
|
IncompatibleEntity(MetadataObjectId entity,
java.lang.String property,
boolean selfIncompatible)
Creates a new incompatibility entity. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Checks if the object is equal to this Incompatibility entity. |
MetadataObjectId |
getEntity()
Returns the unique identifier for the JobDefinition or
JobSet for this incompatible entity. |
java.lang.String |
getProperty()
Returns the property associated with this incompatible entity. |
boolean |
isSelfIncompatible()
Indicates if this incompatibility entity is self-incompatible. |
void |
setProperty(java.lang.String property)
Sets the property associated with this Incompatibility entity. |
void |
setSelfIncompatible(boolean selfIncompatible)
Sets the self-incompatible for this Incompatibility entity. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IncompatibleEntity(MetadataObjectId entity,
boolean selfIncompatible)
entity - the unique identifier of the JobDefinition
or JobSet definition.selfIncompatible - true if this entity is
self-incompatible, or false otherwise.
public IncompatibleEntity(MetadataObjectId entity,
java.lang.String property,
boolean selfIncompatible)
entity - the unique identifier of the JobDefinition
or JobSet definition.property - the property associated with the incompatibility
entity. A property is not used for a global Incompatibility.selfIncompatible - true if this entity is
self-incompatible, or false otherwise.public IncompatibleEntity(IncompatibleEntity incompEntity)
incompEntity - the object being copied. Cannot be null.| Method Detail |
|---|
public MetadataObjectId getEntity()
JobDefinition or
JobSet for this incompatible entity.
public boolean isSelfIncompatible()
true if this entity is self-incompatible,
or false otherwise.public void setSelfIncompatible(boolean selfIncompatible)
selfIncompatible - true if this entity is self-incompatible,
or false if not.public java.lang.String getProperty()
null if none.public void setProperty(java.lang.String property)
property - the incompatibility property. This can be null.public boolean equals(java.lang.Object obj)
Equal means that obj the same enitity identifer,
property name, and self-incompatibility value.
equals in class java.lang.Objectobj - object to compare to this object.
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||