All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addAccess(ContentContext ctx) |
boolean |
delete() |
int |
getAccess(ContentContext ctx,
Date date) |
int |
getAccessFromSomeDays(ContentContext ctx) |
long |
getCRC32() |
Date |
getDate(ContentContext ctx) |
String |
getDescription(ContentContext ctx) |
File |
getFile() |
int |
getFocusZoneX(ContentContext ctx) |
int |
getFocusZoneY(ContentContext ctx) |
String |
getFullDescription(ContentContext ctx) |
String |
getFullDescription(ContentContext ctx,
boolean showTitle) |
static StaticInfoContent |
getInstance(ContentContext ctx,
File file) |
static StaticInfoContent |
getInstance(ContentContext ctx,
String inStaticURL) |
Date |
getLinkedDate(ContentContext ctx) |
String |
getLinkedDescription(ContentContext ctx) |
String |
getLinkedLocation(ContentContext ctx) |
MenuElement |
getLinkedPage() |
String |
getLinkedPageId(ContentContext ctx) |
String |
getLinkedTitle(ContentContext ctx) |
String |
getLocation(ContentContext ctx) |
Date |
getManualDate(ContentContext ctx) |
String |
getManualDescription(ContentContext ctx) |
String |
getManualLocation(ContentContext ctx) |
String |
getManualTitle(ContentContext ctx) |
String |
getResource(ContentContext ctx) |
long |
getSize() |
String |
getStaticURL() |
String |
getTitle(ContentContext ctx) |
boolean |
isEmptyDate(ContentContext ctx) |
boolean |
isPertinent(ContentContext ctx) |
boolean |
isShared(ContentContext ctx) |
static void |
main(String[] args) |
void |
renameFile(ContentContext ctx,
File newFile) |
void |
save(ContentContext ctx) |
void |
setDate(ContentContext ctx,
Date date) |
void |
setDescription(ContentContext ctx,
String description) |
void |
setEmptyDate(ContentContext ctx) |
void |
setFile(File file) |
void |
setFocusZoneX(ContentContext ctx,
int focusZoneX) |
void |
setFocusZoneY(ContentContext ctx,
int focusZoneY) |
void |
setLinkedDate(Date linkedDate) |
void |
setLinkedDescription(String linkedDescription) |
void |
setLinkedLocation(String linkedLocation) |
void |
setLinkedPage(MenuElement linkedPage) |
void |
setLinkedPageId(ContentContext ctx,
String pageId) |
void |
setLinkedTitle(String linkedTitle) |
void |
setLocation(ContentContext ctx,
String location) |
void |
setResource(ContentContext ctx,
String resource) |
void |
setShared(ContentContext ctx,
boolean shared) |
void |
setTitle(ContentContext ctx,
String title) |