com.atlassian.jira.project.version
Interface Version

All Superinterfaces:
OfBizValueWrapper
All Known Implementing Classes:
VersionImpl

public interface Version
extends OfBizValueWrapper


Method Summary
 String getDescription()
           
 Long getId()
           
 String getName()
           
 org.ofbiz.core.entity.GenericValue getProject()
           
 Date getReleaseDate()
           
 Long getSequence()
           
 boolean isArchived()
           
 boolean isReleased()
           
 void setArchived(boolean archived)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setReleased(boolean released)
           
 void setReleaseDate(Date releasedate)
           
 void setSequence(Long sequence)
           
 
Methods inherited from interface com.atlassian.jira.ofbiz.OfBizValueWrapper
getGenericValue, getLong, getString, getTimestamp, store
 

Method Detail

getProject

public org.ofbiz.core.entity.GenericValue getProject()

getId

public Long getId()

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getSequence

public Long getSequence()

setSequence

public void setSequence(Long sequence)

isArchived

public boolean isArchived()

setArchived

public void setArchived(boolean archived)

isReleased

public boolean isReleased()

setReleased

public void setReleased(boolean released)

getReleaseDate

public Date getReleaseDate()

setReleaseDate

public void setReleaseDate(Date releasedate)


Copyright © 2002-2006 Atlassian. All Rights Reserved.