public class TypeDefChangeRequest extends OMRSAPIRequest
| Constructor and Description |
|---|
TypeDefChangeRequest()
Default constructor
|
TypeDefChangeRequest(TypeDefChangeRequest template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
TypeDefSummary |
getCurrentTypeDef()
Return the current type.
|
TypeDefSummary |
getNewTypeDef()
Return the new type.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setCurrentTypeDef(TypeDefSummary currentTypeDef)
Set up the current type
|
void |
setNewTypeDef(TypeDefSummary newTypeDef)
Set up the new type.
|
String |
toString()
Standard toString method.
|
public TypeDefChangeRequest()
public TypeDefChangeRequest(TypeDefChangeRequest template)
template - object to copypublic TypeDefSummary getCurrentTypeDef()
public void setCurrentTypeDef(TypeDefSummary currentTypeDef)
currentTypeDef - TypeDef summarypublic TypeDefSummary getNewTypeDef()
public void setNewTypeDef(TypeDefSummary newTypeDef)
newTypeDef - TypeDef summarypublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.