public class TypeDefValidationForRequest extends OMRSAPIRequest
| Constructor and Description |
|---|
TypeDefValidationForRequest()
Default constructor
|
TypeDefValidationForRequest(TypeDefValidationForRequest 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.
|
String |
getTypeDefGUID()
Return the TypeDef's unique identifier.
|
String |
getTypeDefName()
Return the TypeDef's name.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setTypeDefGUID(String typeDefGUID)
Set up the TypeDef's unique identifier.
|
void |
setTypeDefName(String typeDefName)
Set up the TypeDef's name.
|
String |
toString()
Standard toString method.
|
public TypeDefValidationForRequest()
public TypeDefValidationForRequest(TypeDefValidationForRequest template)
template - object to copypublic String getTypeDefGUID()
public void setTypeDefGUID(String typeDefGUID)
typeDefGUID - String guidpublic String getTypeDefName()
public void setTypeDefName(String typeDefName)
typeDefName - String namepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.