Last update: 2011-06-23

org.proteios.core.data
Interface CreationInterface

All Known Implementing Classes:
DirectoryData, FileData

public interface CreationInterface


Method Summary
 Date getCreated()
          Get the creation date and time
 void setCreated(Date created)
           
 

Method Detail

getCreated

Date getCreated()
Get the creation date and time

Hibernate: property
column="`created`" type="timestamp" not-null="true" update="false"

setCreated

void setCreated(Date created)

Last update: 2011-06-23