org.nuiton.jredmine.model
Class Version

java.lang.Object
  extended by org.nuiton.jredmine.model.Version
All Implemented Interfaces:
I18nAble, IdAble

public class Version
extends Object
implements IdAble, I18nAble

Since:
1.0.0
Author:
tchemit

Field Summary
protected  Date createdOn
           
protected  String description
           
protected  Date effectiveDate
           
protected  int id
           
protected  String name
           
protected  int projectId
           
protected  String sharing
           
protected  String status
           
protected  Date updatedOn
           
protected  String wikiPageTitle
           
 
Constructor Summary
Version()
           
 
Method Summary
 Date getCreatedOn()
           
 String getDescription()
           
 Date getEffectiveDate()
           
 int getId()
           
 String getName()
           
 int getProjectId()
           
 String getSharing()
           
 String getStatus()
           
 Date getUpdatedOn()
           
 String getWikiPageTitle()
           
 void setCreatedOn(Date createdOn)
           
 void setDescription(String description)
           
 void setEffectiveDate(Date effectiveDate)
           
 void setId(int id)
           
 void setName(String name)
           
 void setProjectId(int projectId)
           
 void setSharing(String sharing)
           
 void setStatus(String status)
           
 void setUpdatedOn(Date updatedOn)
           
 void setWikiPageTitle(String wikiPageTitle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

createdOn

protected Date createdOn

updatedOn

protected Date updatedOn

effectiveDate

protected Date effectiveDate

name

protected String name

description

protected String description

wikiPageTitle

protected String wikiPageTitle

sharing

protected String sharing

status

protected String status

id

protected int id

projectId

protected int projectId
Constructor Detail

Version

public Version()
Method Detail

getCreatedOn

public Date getCreatedOn()

getDescription

public String getDescription()

getEffectiveDate

public Date getEffectiveDate()

getId

public int getId()
Specified by:
getId in interface IdAble

getName

public String getName()
Specified by:
getName in interface I18nAble

getProjectId

public int getProjectId()

getUpdatedOn

public Date getUpdatedOn()

getWikiPageTitle

public String getWikiPageTitle()

getSharing

public String getSharing()

getStatus

public String getStatus()

setCreatedOn

public void setCreatedOn(Date createdOn)

setDescription

public void setDescription(String description)

setEffectiveDate

public void setEffectiveDate(Date effectiveDate)

setId

public void setId(int id)

setName

public void setName(String name)

setProjectId

public void setProjectId(int projectId)

setUpdatedOn

public void setUpdatedOn(Date updatedOn)

setWikiPageTitle

public void setWikiPageTitle(String wikiPageTitle)

setSharing

public void setSharing(String sharing)

setStatus

public void setStatus(String status)


Copyright © 2009-2012 CodeLutin. All Rights Reserved.