public class LineageEntity extends Object
| Constructor and Description |
|---|
LineageEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCreatedBy()
Gets created by.
|
Date |
getCreateTime()
Gets create time.
|
String |
getGuid()
Gets guid.
|
Map<String,String> |
getProperties()
Gets properties.
|
String |
getTypeDefName()
Gets type def name.
|
String |
getUpdatedBy()
Gets updated by.
|
Date |
getUpdateTime()
Gets update time.
|
long |
getVersion()
Gets version.
|
int |
hashCode() |
void |
setCreatedBy(String createdBy)
Sets created by.
|
void |
setCreateTime(Date createTime)
Sets create time.
|
void |
setGuid(String guid)
Sets guid.
|
void |
setProperties(Map<String,String> properties)
Sets properties.
|
void |
setTypeDefName(String typeDefName)
Sets type def name.
|
void |
setUpdatedBy(String updatedBy)
Sets updated by.
|
void |
setUpdateTime(Date updateTime)
Sets update time.
|
void |
setVersion(long version)
Sets version.
|
String |
toString() |
public String getGuid()
public void setGuid(String guid)
guid - the guidpublic String getTypeDefName()
public void setTypeDefName(String typeDefName)
typeDefName - the type def namepublic String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy - the created bypublic String getUpdatedBy()
public void setUpdatedBy(String updatedBy)
updatedBy - the updated bypublic Date getCreateTime()
public void setCreateTime(Date createTime)
createTime - the create timepublic Date getUpdateTime()
public void setUpdateTime(Date updateTime)
updateTime - the update timepublic long getVersion()
public void setVersion(long version)
version - the versionpublic void setProperties(Map<String,String> properties)
properties - the propertiesCopyright © 2018–2020 ODPi. All rights reserved.