|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.web.system.SystemFile
public class SystemFile
Utility class for SystemJspBean
Constructor Summary | |
---|---|
SystemFile()
|
Method Summary | |
---|---|
Date |
getDate()
Gets the date |
String |
getDescription()
Gets the description |
String |
getDirectory()
Gets the directory |
String |
getName()
Gets the name |
int |
getSize()
Gets the size |
void |
setDate(Date date)
Sets the date |
void |
setDescription(String strDescription)
Sets the description |
void |
setDirectory(String strDirectory)
Sets the directory |
void |
setName(String strName)
Sets the name |
void |
setSize(int size)
Sets the size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemFile()
Method Detail |
---|
public String getName()
public void setName(String strName)
strName
- The namepublic String getDescription()
public void setDescription(String strDescription)
strDescription
- The descriptionpublic String getDirectory()
public void setDirectory(String strDirectory)
strDirectory
- The directorypublic Date getDate()
public void setDate(Date date)
date
- The datepublic int getSize()
public void setSize(int size)
size
- The size
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |