Public Member Functions | |
NewsSectionStub (NewsSection newsSection) | |
int | getNewsOrder () |
void | setNewsOrder (int newsOrder) |
boolean | isNewColumn () |
void | setNewColumn (boolean newColumn) |
boolean | isUseAsTrigger () |
void | setUseAsTrigger (boolean useAsTrigger) |
boolean | isHideIfEmpty () |
void | setHideIfEmpty (boolean hideIfEmpty) |
String | getWidth () |
void | setWidth (String width) |
NewsSectionType | getType () |
void | setType (NewsSectionType type) |
String | getBanner () |
void | setBanner (String banner) |
String | getWiki () |
void | setWiki (String wiki) |
Definition at line 29 of file NewsSectionStub.java.
org.turro.publication.stub.NewsSectionStub.NewsSectionStub | ( | NewsSection | newsSection | ) |
Definition at line 38 of file NewsSectionStub.java.
String org.turro.publication.stub.NewsSectionStub.getBanner | ( | ) |
Definition at line 90 of file NewsSectionStub.java.
int org.turro.publication.stub.NewsSectionStub.getNewsOrder | ( | ) |
Definition at line 42 of file NewsSectionStub.java.
NewsSectionType org.turro.publication.stub.NewsSectionStub.getType | ( | ) |
Definition at line 82 of file NewsSectionStub.java.
String org.turro.publication.stub.NewsSectionStub.getWidth | ( | ) |
Definition at line 74 of file NewsSectionStub.java.
String org.turro.publication.stub.NewsSectionStub.getWiki | ( | ) |
Definition at line 98 of file NewsSectionStub.java.
boolean org.turro.publication.stub.NewsSectionStub.isHideIfEmpty | ( | ) |
Definition at line 66 of file NewsSectionStub.java.
boolean org.turro.publication.stub.NewsSectionStub.isNewColumn | ( | ) |
Definition at line 50 of file NewsSectionStub.java.
boolean org.turro.publication.stub.NewsSectionStub.isUseAsTrigger | ( | ) |
Definition at line 58 of file NewsSectionStub.java.
void org.turro.publication.stub.NewsSectionStub.setBanner | ( | String | banner | ) |
Definition at line 94 of file NewsSectionStub.java.
void org.turro.publication.stub.NewsSectionStub.setHideIfEmpty | ( | boolean | hideIfEmpty | ) |
Definition at line 70 of file NewsSectionStub.java.
void org.turro.publication.stub.NewsSectionStub.setNewColumn | ( | boolean | newColumn | ) |
Definition at line 54 of file NewsSectionStub.java.
void org.turro.publication.stub.NewsSectionStub.setNewsOrder | ( | int | newsOrder | ) |
Definition at line 46 of file NewsSectionStub.java.
void org.turro.publication.stub.NewsSectionStub.setType | ( | NewsSectionType | type | ) |
Definition at line 86 of file NewsSectionStub.java.
void org.turro.publication.stub.NewsSectionStub.setUseAsTrigger | ( | boolean | useAsTrigger | ) |
Definition at line 62 of file NewsSectionStub.java.
void org.turro.publication.stub.NewsSectionStub.setWidth | ( | String | width | ) |
Definition at line 78 of file NewsSectionStub.java.
void org.turro.publication.stub.NewsSectionStub.setWiki | ( | String | wiki | ) |
Definition at line 102 of file NewsSectionStub.java.