public class ProjectIteration extends Object implements Serializable, HasCollectionSample<ProjectIteration>, HasMediaType
Constructor and Description |
---|
ProjectIteration() |
ProjectIteration(String id) |
Modifier and Type | Method and Description |
---|---|
ProjectIteration |
createSample() |
Collection<ProjectIteration> |
createSamples() |
boolean |
equals(Object obj) |
String |
getId() |
Links |
getLinks()
Set of links managed by this resource
This field is ignored in PUT/POST operations
|
Links |
getLinks(boolean createIfNull) |
String |
getMediaType(MediaTypes.Format format) |
String |
getProjectType() |
EntityStatus |
getStatus() |
int |
hashCode() |
void |
setId(String id) |
void |
setLinks(Links links) |
void |
setProjectType(String projectType) |
void |
setStatus(EntityStatus status) |
String |
toString() |
public ProjectIteration()
public ProjectIteration(String id)
public String getId()
public void setId(String id)
public Links getLinks()
public void setLinks(Links links)
public Links getLinks(boolean createIfNull)
public EntityStatus getStatus()
public void setStatus(EntityStatus status)
public String getProjectType()
public void setProjectType(String projectType)
public ProjectIteration createSample()
createSample
in interface HasCollectionSample<ProjectIteration>
createSample
in interface HasSample<ProjectIteration>
public Collection<ProjectIteration> createSamples()
createSamples
in interface HasCollectionSample<ProjectIteration>
public String getMediaType(MediaTypes.Format format)
getMediaType
in interface HasMediaType
Copyright © 2017 Zanata Project. All rights reserved.