public class RangerBaseObject extends Object
| Constructor and Description |
|---|
RangerBaseObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedBy() |
String |
getGuid() |
Long |
getId() |
String |
getUpdatedBy() |
Long |
getVersion() |
void |
setCreatedBy(String createdBy) |
void |
setGuid(String guid) |
void |
setId(Long id) |
void |
setUpdatedBy(String updatedBy) |
void |
setVersion(Long version) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getGuid()
public void setGuid(String guid)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public String getUpdatedBy()
public void setUpdatedBy(String updatedBy)
public Long getVersion()
public void setVersion(Long version)
Copyright © 2018–2020 ODPi. All rights reserved.