public class DataStructureModel extends Object
| Constructor and Description |
|---|
DataStructureModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Timestamp |
getCreatedAt()
Gets the created at.
|
String |
getCreatedBy()
Gets the created by.
|
List<DataStructureDependencyModel> |
getDependencies()
Gets the dependencies.
|
String |
getHash()
Gets the hash.
|
String |
getLocation()
Gets the location.
|
String |
getName()
Gets the name.
|
String |
getType()
Gets the type.
|
int |
hashCode() |
void |
setCreatedAt(Timestamp createdAt)
Sets the created at.
|
void |
setCreatedBy(String createdBy)
Sets the created by.
|
void |
setHash(String hash)
Sets the hash.
|
void |
setLocation(String location)
Sets the location.
|
void |
setName(String name)
Sets the name.
|
void |
setType(String type)
Sets the type.
|
String |
toJson()
To json.
|
String |
toString() |
public String getLocation()
public void setLocation(String location)
location - the new locationpublic String getName()
public void setName(String name)
name - the new namepublic String getType()
public void setType(String type)
type - the new typepublic String getHash()
public void setHash(String hash)
hash - the new hashpublic List<DataStructureDependencyModel> getDependencies()
public String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy - the new created bypublic Timestamp getCreatedAt()
public void setCreatedAt(Timestamp createdAt)
createdAt - the new created atpublic String toJson()
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.