org.apache.tapestry.html
Class RelationBean

java.lang.Object
  extended by org.apache.tapestry.html.RelationBean

public class RelationBean
extends Object

Defines a relationship between two documents.

Since:
4.1.1
Author:
Andreas Andreou

Constructor Summary
RelationBean()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getHref()
           
 String getMedia()
           
 String getRel()
           
 String getRev()
           
 String getTitle()
           
 String getType()
           
 int hashCode()
           
 void setHref(String href)
           
 void setMedia(String media)
           
 void setRel(String rel)
           
 void setRev(String rev)
           
 void setTitle(String title)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationBean

public RelationBean()
Method Detail

getHref

public String getHref()

setHref

public void setHref(String href)

getMedia

public String getMedia()

setMedia

public void setMedia(String media)

getRel

public String getRel()

setRel

public void setRel(String rel)

getRev

public String getRev()

setRev

public void setRev(String rev)

getType

public String getType()

setType

public void setType(String type)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.