public class MetadataCollectionIdRequest extends OMRSAPIRequest
| Constructor and Description |
|---|
MetadataCollectionIdRequest()
Default constructor
|
MetadataCollectionIdRequest(MetadataCollectionIdRequest 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 |
getMetadataCollectionId()
Return the metadata collection id for the local repository.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setMetadataCollectionId(String metadataCollectionId)
Set up the metadata collection id for the local repository.
|
String |
toString()
Standard toString method.
|
public MetadataCollectionIdRequest()
public MetadataCollectionIdRequest(MetadataCollectionIdRequest template)
template - object to copypublic String getMetadataCollectionId()
public void setMetadataCollectionId(String metadataCollectionId)
metadataCollectionId - string idpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.