public abstract class Change extends Object
Modifier | Constructor and Description |
---|---|
protected |
Change()
Initializes a new instance of Change.
|
Modifier and Type | Method and Description |
---|---|
abstract ServiceId |
createId()
Initializes a new instance of Change.
|
ChangeType |
getChangeType()
Gets the type of the change.
|
ServiceId |
getId()
Gets the Id of the service object the change applies to.
|
ServiceObject |
getServiceObject()
Gets the service object the change applies to.
|
void |
setChangeType(ChangeType changeType)
sets the type of the change.
|
void |
setId(ServiceId id)
Sets the id.
|
void |
setServiceObject(ServiceObject serviceObject)
Sets the service object.
|
protected Change()
public abstract ServiceId createId()
public ChangeType getChangeType()
public void setChangeType(ChangeType changeType)
changeType
- the new change typepublic ServiceObject getServiceObject()
public void setServiceObject(ServiceObject serviceObject)
serviceObject
- the new service objectpublic ServiceId getId() throws ServiceLocalException
ServiceLocalException
- the service local exceptionCopyright © 2012–2015 Microsoft. All rights reserved.