All Packages Class Hierarchy This Package Previous Next Index
Class icc.db.Action
java.lang.Object
|
+----icc.db.Action
- public class Action
- extends Object
- implements Serializable
the Action class represents the information concerning a creation
or editing action on a document, link or project.
This information consists of the date (and time) and author.
- See Also:
- File, Link, Project
-
Action(Integer, Date)
- Allocates an Action object with the specified author and date.
-
Action(Integer, String)
- Allocates an Action object with the specified author and date.
-
author()
- Returns the author identifier for this action.
-
date()
- Returns the date for this action.
-
dateString()
- Returns the date and time for this action as a string.
-
getAuthor()
- Returns the author identifier for this action.
-
getTime()
- Returns the date for this action.
-
setLocale(Locale)
- Sets the locale used when parsing and formatting dates.
Action
public Action(Integer author,
String date)
- Allocates an Action object with the specified author and date.
- Parameters:
- author - a partner identifier
- date - the date and time as a string
- See Also:
- setLocale
Action
public Action(Integer author,
Date date)
- Allocates an Action object with the specified author and date.
- Parameters:
- author - a partner identifier
- date - the date and time
author
public Integer author()
- Returns the author identifier for this action.
- Returns:
- the author identifier
date
public Date date()
- Returns the date for this action.
- Returns:
- the action date
getAuthor
public Integer getAuthor()
- Returns the author identifier for this action.
- Returns:
- the author identifier
getTime
public long getTime()
- Returns the date for this action.
- Returns:
- the action date
dateString
public String dateString()
- Returns the date and time for this action as a string.
- Returns:
- the action date string
- See Also:
- setLocale
setLocale
public static void setLocale(Locale newle)
- Sets the locale used when parsing and formatting dates.
The default locale equals Locale.GERMANY.
- Parameters:
- newle - the new locale
All Packages Class Hierarchy This Package Previous Next Index
This website has been archived and is no longer maintained.