Class TypeDefDeleteRequest
- java.lang.Object
-
- org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefDeleteRequest
-
- All Implemented Interfaces:
Serializable
public class TypeDefDeleteRequest extends OMRSAPIRequest
TypeDefDeleteRequest carries the TypeDef properties for deleting a TypeDef.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypeDefDeleteRequest()Default constructorTypeDefDeleteRequest(TypeDefDeleteRequest template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.StringgetObsoleteTypeDefName()Return the TypeDef's name.inthashCode()Create a hash code for this element type.voidsetObsoleteTypeDefName(String obsoleteTypeDefName)Set up the TypeDef's name.StringtoString()Standard toString method.
-
-
-
Constructor Detail
-
TypeDefDeleteRequest
public TypeDefDeleteRequest()
Default constructor
-
TypeDefDeleteRequest
public TypeDefDeleteRequest(TypeDefDeleteRequest template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getObsoleteTypeDefName
public String getObsoleteTypeDefName()
Return the TypeDef's name.- Returns:
- String Name
-
setObsoleteTypeDefName
public void setObsoleteTypeDefName(String obsoleteTypeDefName)
Set up the TypeDef's name.- Parameters:
obsoleteTypeDefName- String name
-
toString
public String toString()
Standard toString method.
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
-
-