|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.esupportail.portal.channels.CIntranet.beans.Document
org.esupportail.portal.channels.CIntranet.beans.DocumentFile
public class DocumentFile
DocumentFile
Document de type fichier
(c)Copyright ESup-Portail 2004
Field Summary |
---|
Fields inherited from class org.esupportail.portal.channels.CIntranet.beans.Document |
---|
FILE, LINK |
Constructor Summary | |
---|---|
DocumentFile()
Constructeur |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Teste l'égalité de deux documents Override Object.equals() method |
java.lang.String |
getExtension()
Retourne l'extension |
java.lang.String |
getFile()
Retourne le nom du fichier |
void |
setExtension(java.lang.String extension)
Positionne l'extension |
void |
setFile(java.lang.String file)
Positionne le nom du fichier |
java.lang.String |
toXMLString()
La représentation XML de cet objet Implements XMLSerializable interface |
Methods inherited from class org.esupportail.portal.channels.CIntranet.beans.Document |
---|
compareTo, getAuthor, getDate, getDescription, getFolderid, getId, getIntranet, getName, getOrder, getType, getValidityDate, getValidityInput, isPendingDeletion, isPendingModification, isPerimed, isValid, isVisible, setAuthor, setDate, setDescription, setFolderid, setId, setIntranet, setName, setOrder, setPendingDeletion, setPendingModification, setType, setValid, setValidityDate, setVisible |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentFile()
Method Detail |
---|
public java.lang.String getFile()
public void setFile(java.lang.String file)
file
- Le nom du fichierpublic java.lang.String getExtension()
public void setExtension(java.lang.String extension)
extension
- L'extensionpublic boolean equals(java.lang.Object o)
equals
in class Document
o
- Objet à testerpublic java.lang.String toXMLString()
toXMLString
in interface XMLSerializable
toXMLString
in class Document
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |