|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sakaiproject.util.BaseDelivery
public class BaseDelivery
BaseDelivery is a base class for all Delivery objects.
| Field Summary | |
|---|---|
protected String |
m_address
The address. |
protected String |
m_elementId
The elementId. |
| Constructor Summary | |
|---|---|
BaseDelivery(String address,
String elementId)
Construct. |
|
| Method Summary | |
|---|---|
void |
act()
Perform any pre-delivery actions. |
String |
compose()
Compose a javascript message for delivery to the browser client window. |
boolean |
equals(Object obj)
Are these the same? |
String |
getAddress()
Access the delivery address. |
String |
getElement()
Access the HTML Element Id that this delivery is in reference to. |
int |
hashCode()
|
void |
setAddress(String address)
Set the delivery address. |
void |
setElement(String id)
Set the HTML Element Id that this delivery is in reference to. |
String |
toString()
Display. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String m_address
protected String m_elementId
| Constructor Detail |
|---|
public BaseDelivery(String address,
String elementId)
address - The address.elementId - The elementId.| Method Detail |
|---|
public void setAddress(String address)
setAddress in interface Deliveryaddress - The delivery address.public String getAddress()
getAddress in interface Deliverypublic void setElement(String id)
setElement in interface Deliveryid - The HTML Element Id that this delivery is in reference to.public String getElement()
getElement in interface Deliverypublic void act()
act in interface Deliverypublic String compose()
compose in interface Deliverypublic String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class ObjectObject.hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||