public interface CmSweepRelationship extends RepositoryObject, Subscribable, IndependentlyPersistableObject
Modifier and Type | Method and Description |
---|---|
EventSet |
get_AuditedEvents()
Returns the value of the AuditedEvents property.
|
java.lang.String |
get_Creator()
Returns the value of the Creator property.
|
java.util.Date |
get_DateCreated()
Returns the value of the DateCreated property.
|
java.util.Date |
get_DateLastModified()
Returns the value of the DateLastModified property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.String |
get_LastModifier()
Returns the value of the LastModifier property.
|
CmPolicyControlledSweep |
get_Sweep()
Returns the value of the Sweep property.
|
IndependentObject |
get_SweepSubscriber()
Returns the value of the SweepSubscriber property.
|
void |
set_Creator(java.lang.String value)
Sets the value of the Creator property.
|
void |
set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property.
|
void |
set_DateLastModified(java.util.Date value)
Sets the value of the DateLastModified property.
|
void |
set_LastModifier(java.lang.String value)
Sets the value of the LastModifier property.
|
void |
set_Sweep(CmPolicyControlledSweep value)
Sets the value of the Sweep property.
|
void |
set_SweepSubscriber(IndependentObject value)
Sets the value of the SweepSubscriber property.
|
getObjectStore
raiseEvent
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.String get_Creator()
void set_Creator(java.lang.String value)
java.util.Date get_DateCreated()
void set_DateCreated(java.util.Date value)
java.lang.String get_LastModifier()
void set_LastModifier(java.lang.String value)
java.util.Date get_DateLastModified()
void set_DateLastModified(java.util.Date value)
Id get_Id()
EventSet get_AuditedEvents()
IndependentObject get_SweepSubscriber()
void set_SweepSubscriber(IndependentObject value)
CmPolicyControlledSweep get_Sweep()
void set_Sweep(CmPolicyControlledSweep value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.