za.org.coefficient.modules.news
Class NewsData

java.lang.Object
  extended by za.org.coefficient.modules.news.NewsData
All Implemented Interfaces:
java.io.Serializable

public class NewsData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  CoefficientUser author
           
private  java.util.Date createDate
           
private  java.lang.String description
           
private  java.lang.Long id
           
private  Project project
           
private  java.lang.String title
           
private  long version
           
 
Constructor Summary
NewsData()
           
 
Method Summary
 CoefficientUser getAuthor()
          Gets the value of name
 java.util.Date getCreateDate()
          Gets the value of createDate
 java.lang.String getDescription()
          Gets the value of description
 java.lang.Long getId()
          Gets the value of id
 Project getProject()
          Gets the value of project
 java.lang.String getTitle()
          Gets the value of title
 long getVersion()
          Gets the value of version
 void setAuthor(CoefficientUser author)
           
 void setCreateDate(java.util.Date argCreateDate)
          Sets the value of createDate
 void setDescription(java.lang.String description)
          Sets the value of description
 void setId(java.lang.Long argId)
          Sets the value of id
 void setProject(Project project)
          Sets the value of project
 void setTitle(java.lang.String title)
          Sets the value of title
 void setVersion(long version)
          Sets the value of version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

author

private CoefficientUser author

createDate

private java.util.Date createDate

id

private java.lang.Long id

project

private Project project

description

private java.lang.String description

title

private java.lang.String title

version

private long version
Constructor Detail

NewsData

public NewsData()
Method Detail

setAuthor

public void setAuthor(CoefficientUser author)

getAuthor

public CoefficientUser getAuthor()
Gets the value of name

Returns:
the value of name

setCreateDate

public void setCreateDate(java.util.Date argCreateDate)
Sets the value of createDate

Parameters:
argId - Value to assign to this.createDate

getCreateDate

public java.util.Date getCreateDate()
Gets the value of createDate

Returns:
the value of createDate

setDescription

public void setDescription(java.lang.String description)
Sets the value of description

Parameters:
argDescription - Value to assign to this.description

getDescription

public java.lang.String getDescription()
Gets the value of description

Returns:
the value of description

setId

public void setId(java.lang.Long argId)
Sets the value of id

Parameters:
argId - Value to assign to this.id

getId

public java.lang.Long getId()
Gets the value of id

Returns:
the value of id

setProject

public void setProject(Project project)
Sets the value of project

Parameters:
argId - Value to assign to this.project

getProject

public Project getProject()
Gets the value of project

Returns:
the value of project

setTitle

public void setTitle(java.lang.String title)
Sets the value of title

Parameters:
argTitle - Value to assign to this.title

getTitle

public java.lang.String getTitle()
Gets the value of title

Returns:
the value of title

setVersion

public void setVersion(long version)
Sets the value of version

Parameters:
version - Value to assign to this.version

getVersion

public long getVersion()
Gets the value of version

Returns:
the value of version


Copyright CSIR. All Rights Reserved.