org.apache.myfaces.trinidaddemo.table
Class SortableModelBean.FileInfo

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.table.SortableModelBean.FileInfo
Enclosing class:
SortableModelBean

public static class SortableModelBean.FileInfo
extends Object


Method Summary
 Date getCreated()
           
 String getFilename()
           
 Date getModified()
           
 String getSize()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFilename

public final String getFilename()

getType

public final String getType()

getSize

public final String getSize()

getModified

public final Date getModified()

getCreated

public final Date getCreated()


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.