public class VersionSummary extends Object
| Constructor and Description |
|---|
VersionSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getSelf() |
boolean |
isArchived() |
boolean |
isReleased() |
void |
setArchived(boolean archived) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setReleased(boolean released) |
void |
setSelf(String self) |
public String getSelf()
public void setSelf(String self)
self - the self to setpublic boolean isArchived()
public void setArchived(boolean archived)
archived - the archived to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getId()
public void setId(String id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic boolean isReleased()
public void setReleased(boolean released)
released - the released to setCopyright © 2004–2015. All rights reserved.