org.mycore.backend.hibernate.tables
Class MCRGROUPS

java.lang.Object
  extended by org.mycore.backend.hibernate.tables.MCRGROUPS

public class MCRGROUPS
extends Object


Constructor Summary
MCRGROUPS()
           
 
Method Summary
 Timestamp getCreationdate()
           
 String getCreator()
           
 String getDescription()
           
 String getGid()
           
 Timestamp getModifieddate()
           
 void setCreationdate(Timestamp creationDate)
           
 void setCreator(String creator)
           
 void setDescription(String description)
           
 void setGid(String gid)
           
 void setModifieddate(Timestamp modifiedDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCRGROUPS

public MCRGROUPS()
Method Detail

getGid

public String getGid()

setGid

public void setGid(String gid)

getCreator

public String getCreator()

setCreator

public void setCreator(String creator)

getCreationdate

public Timestamp getCreationdate()

setCreationdate

public void setCreationdate(Timestamp creationDate)

getModifieddate

public Timestamp getModifieddate()

setModifieddate

public void setModifieddate(Timestamp modifiedDate)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)