public class VersionType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
author |
protected XMLGregorianCalendar |
created |
protected String |
createdBy |
protected String |
creatorLink |
protected String |
lastUpdate |
| Constructor and Description |
|---|
VersionType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getAuthor()
Gets the value of the author property.
|
XMLGregorianCalendar |
getCreated()
Gets the value of the created property.
|
String |
getCreatedBy()
Gets the value of the createdBy property.
|
String |
getCreatorLink()
Gets the value of the creatorLink property.
|
String |
getLastUpdate()
Gets the value of the lastUpdate property.
|
int |
hashCode() |
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setCreated(XMLGregorianCalendar value)
Sets the value of the created property.
|
void |
setCreatedBy(String value)
Sets the value of the createdBy property.
|
void |
setCreatorLink(String value)
Sets the value of the creatorLink property.
|
void |
setLastUpdate(String value)
Sets the value of the lastUpdate property.
|
String |
toString() |
VersionType |
withAuthor(String value) |
VersionType |
withCreated(XMLGregorianCalendar value) |
VersionType |
withCreatedBy(String value) |
VersionType |
withCreatorLink(String value) |
VersionType |
withLastUpdate(String value) |
protected String createdBy
protected String creatorLink
protected String author
protected String lastUpdate
protected XMLGregorianCalendar created
public String getCreatedBy()
Stringpublic void setCreatedBy(String value)
value - allowed object is
Stringpublic String getCreatorLink()
Stringpublic void setCreatorLink(String value)
value - allowed object is
Stringpublic String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic String getLastUpdate()
Stringpublic void setLastUpdate(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreated()
XMLGregorianCalendarpublic void setCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic VersionType withCreatedBy(String value)
public VersionType withCreatorLink(String value)
public VersionType withAuthor(String value)
public VersionType withLastUpdate(String value)
public VersionType withCreated(XMLGregorianCalendar value)
Copyright © 2022. All rights reserved.