|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectDescriptionImpl
public class DescriptionImpl
Constructor Summary | |
---|---|
DescriptionImpl()
|
|
DescriptionImpl(Description description)
Copy constructor. |
|
DescriptionImpl(InternationalString title,
InternationalString description)
|
|
DescriptionImpl(String title,
String description)
|
Method Summary | |
---|---|
void |
accept(StyleVisitor visitor)
calls the visit method of a StyleVisitor |
Object |
accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor |
boolean |
equals(Object obj)
|
InternationalString |
getAbstract()
Human readable description. |
InternationalString |
getTitle()
Human readable title. |
int |
hashCode()
|
void |
setAbstract(InternationalString description)
|
void |
setAbstract(String title)
Define description in the current locale. |
void |
setTitle(InternationalString title)
|
void |
setTitle(String title)
Define title using the current locale. |
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DescriptionImpl()
public DescriptionImpl(String title, String description)
public DescriptionImpl(InternationalString title, InternationalString description)
public DescriptionImpl(Description description)
description
- Method Detail |
---|
public InternationalString getTitle()
Description
getTitle
in interface Description
public void setTitle(InternationalString title)
public void setTitle(String title)
Description
public InternationalString getAbstract()
Description
getAbstract
in interface Description
public void setAbstract(InternationalString description)
public void setAbstract(String title)
Description
title
- Abstract providing summary of contentspublic Object accept(StyleVisitor visitor, Object extraData)
Description
accept
in interface Description
visitor
- the style visitorpublic void accept(StyleVisitor visitor)
Description
visitor
- the style visitorpublic int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |