public class SourceAtomChangeDTO extends ChangeRecordDTO
| Constructor and Description |
|---|
SourceAtomChangeDTO()
Instantiates a new source atom change dto.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
Gets the key.
|
java.lang.String |
getRootSource()
Gets the root source.
|
java.lang.String |
getSourceUi()
Gets the source ui.
|
java.lang.String |
getType()
Gets the type.
|
java.lang.String |
getValue()
Gets the value.
|
boolean |
isLiteral()
Checks if is literal.
|
boolean |
isSourceOriginated()
Checks if is source originated.
|
void |
setKey(java.lang.String key)
Sets the key.
|
void |
setLiteral(boolean literal)
Sets the literal.
|
void |
setRootSource(java.lang.String rootSource)
Sets the root source.
|
void |
setSourceOriginated(boolean sourceOriginated)
Sets the source originated.
|
void |
setSourceUi(java.lang.String sourceUi)
Sets the source ui.
|
void |
setType(java.lang.String type)
Sets the type.
|
void |
setValue(java.lang.String value)
Sets the value.
|
java.lang.String |
toString() |
getClassType, getReason, getUi, getVersion, setClassType, setReason, setUi, setVersionpublic SourceAtomChangeDTO()
public java.lang.String getSourceUi()
public void setSourceUi(java.lang.String sourceUi)
sourceUi - the new source uipublic java.lang.String getType()
public void setType(java.lang.String type)
type - the new typepublic java.lang.String getKey()
public void setKey(java.lang.String key)
key - the new keypublic java.lang.String getValue()
public void setValue(java.lang.String value)
value - the new valuepublic java.lang.String getRootSource()
public void setRootSource(java.lang.String rootSource)
rootSource - the new root sourcepublic boolean isLiteral()
public void setLiteral(boolean literal)
literal - the new literalpublic boolean isSourceOriginated()
public void setSourceOriginated(boolean sourceOriginated)
sourceOriginated - the new source originatedpublic java.lang.String toString()
toString in class ChangeRecordDTO