public class RangerBaseModelObject extends Object implements Serializable
| Constructor and Description |
|---|
RangerBaseModelObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedBy() |
Date |
getCreateTime() |
String |
getGuid() |
Long |
getId() |
Boolean |
getIsEnabled() |
String |
getUpdatedBy() |
Date |
getUpdateTime() |
Long |
getVersion() |
void |
setCreatedBy(String createdBy) |
void |
setCreateTime(Date createTime) |
void |
setGuid(String guid) |
void |
setId(Long id) |
void |
setIsEnabled(Boolean isEnabled) |
void |
setUpdatedBy(String updatedBy) |
void |
setUpdateTime(Date updateTime) |
void |
setVersion(Long version) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb) |
void |
updateFrom(RangerBaseModelObject other) |
public void updateFrom(RangerBaseModelObject other)
public Long getId()
public void setId(Long id)
id - the id to setpublic String getGuid()
public void setGuid(String guid)
guid - the guid to setpublic Boolean getIsEnabled()
public void setIsEnabled(Boolean isEnabled)
isEnabled - the isEnabled to setpublic String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy - the createdBy to setpublic String getUpdatedBy()
public void setUpdatedBy(String updatedBy)
updatedBy - the updatedBy to setpublic Date getCreateTime()
public void setCreateTime(Date createTime)
createTime - the createTime to setpublic Date getUpdateTime()
public void setUpdateTime(Date updateTime)
updateTime - the updateTime to setpublic Long getVersion()
public void setVersion(Long version)
version - the version to setpublic StringBuilder toString(StringBuilder sb)
Copyright © 2022 The Apache Software Foundation. All rights reserved.