|
||||||||||
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.DocumentLink
public class DocumentLink
DocumentLink
Document de type lien
(c)Copyright ESup-Portail 2004
Field Summary |
---|
Fields inherited from class org.esupportail.portal.channels.CIntranet.beans.Document |
---|
FILE, LINK |
Constructor Summary | |
---|---|
DocumentLink()
Constructeur |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Teste l'égalité de deux documents Override Object.equals() method |
java.lang.String |
getUrl()
Retourne l'URL |
void |
setUrl(java.lang.String url)
Positionne l'URL |
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 DocumentLink()
Method Detail |
---|
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- L'URLpublic 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 |