org.gcube.data.analysis.statisticalmanager.persistence.data
Class TableMetadata

java.lang.Object
  extended by org.gcube.data.analysis.statisticalmanager.persistence.data.TableMetadata

public class TableMetadata
extends Object


Constructor Summary
TableMetadata()
           
TableMetadata(String user, String name, String label, String type, String description)
           
 
Method Summary
 Date getCreationDate()
           
 String getDescription()
           
 String getLabel()
           
 TableMetadataId getTableMetadataId()
           
 String getType()
           
 User getUser()
           
 void setCreationDate(Date creationDate)
           
 void setDescription(String description)
           
 void setLabel(String label)
           
 void setTableMetadataId(TableMetadataId id)
           
 void setType(String type)
           
 void setUser(User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableMetadata

public TableMetadata()

TableMetadata

public TableMetadata(String user,
                     String name,
                     String label,
                     String type,
                     String description)
Method Detail

setTableMetadataId

public void setTableMetadataId(TableMetadataId id)

getTableMetadataId

public TableMetadataId getTableMetadataId()

setType

public void setType(String type)

getType

public String getType()

setDescription

public void setDescription(String description)

getDescription

public String getDescription()

setUser

public void setUser(User user)

getUser

public User getUser()

setLabel

public void setLabel(String label)

getLabel

public String getLabel()

setCreationDate

public void setCreationDate(Date creationDate)

getCreationDate

public Date getCreationDate()


Copyright © 2012. All Rights Reserved.