C D G I L P S U W

C

convert() - Method in class asgaard.lang.Unit
Returns the conversion object

D

Def - class asgaard.lang.Def.
This Class is a special lightweight type of Bean which does not carry any Attributes but it's name (no multilanguage-support).
Def() - Constructor for class asgaard.lang.Def
Generates a empty definition
Def(String, String) - Constructor for class asgaard.lang.Def
Generates a new definition with a given name.

G

getArgs(int) - Method in class asgaard.lang.Word
Returns all Objects stored concerned to an searched key.
getBirthdate() - Method in class asgaard.lang.Person
Returns the date of birth of the person. return date of birth
getDescription(int) - Method in class asgaard.lang.Item
Returns the description of the item
getFirstname() - Method in class asgaard.lang.Person
Returns the first name of the person. return the first name
getIdentifier() - Method in class asgaard.lang.Person
Get the Identifier of the Bean which shall be unique worldwide for different Objects (like different Plans with luckily the same Name) and common for identical Objects (like a Person reentered), do not use manually.
getInitial() - Method in class asgaard.lang.Person
Returns the initials of the person. return initials
getLastname() - Method in class asgaard.lang.Person
Returns the last name of the person. return the last name
getLongname() - Method in class asgaard.lang.Def
Returns the long name of the definition.
getLongName(int) - Method in class asgaard.lang.Word
Returns the word in long form and the asked language if available, if not the default-word is returned.
getName() - Method in class asgaard.lang.Def
Returns the name of the Bean which shold be human readable and may be unique in some cases, but this is not strictly required.
getName() - Method in class asgaard.lang.Person
Gets the qualified Name of the Person.
getName(int) - Method in class asgaard.lang.Word
Returns the word in short form and the asked language if available, if not the default-word is returned.
getNation() - Method in class asgaard.lang.Person
Returns the Nation of the Person
getNickname() - Method in class asgaard.lang.Person
Returns the nickname of the person. return the nickname
getObject() - Method in class asgaard.lang.Def
Returns the wrapped Object, in this case it's the Longname.
getObject() - Method in class asgaard.lang.Word
Returns the wrapped Object, in this case it's the collection of word's
getPostfix(int) - Method in class asgaard.lang.Item
Returns the postfix of the item
getPrefix(int) - Method in class asgaard.lang.Item
Returns the prefix of the item
getSex() - Method in class asgaard.lang.Person
Returns the Gender of the Person
getSINr() - Method in class asgaard.lang.Person
Returns the social-insurance-number of the person. return SINr the social-insurance-number
getTitle() - Method in class asgaard.lang.Person
Returns the title of the person. return the title
getTitle(int) - Method in class asgaard.lang.Item
Returns the heading of the item
getUpdatePolicy() - Method in class asgaard.lang.Person
Get's the update policy defined by the UPDATE_* constants.

I

init(int, int, String, Object, long, long) - Method in class asgaard.lang.Def
Initialises a new Lightweight Bean with a given name and timestamps Do not use manually!!!
init(String, Object, long, long) - Method in class asgaard.lang.Item
Inits a new Item with a given Collection Do not use manually.
init(String, Object, long, long) - Method in class asgaard.lang.Unit
Inits a new Unit with a given Collection Do not use manually.
init(String, Object, long, long) - Method in class asgaard.lang.Word
Inits a new Word with a given Collection Do not use manually.
Item - class asgaard.lang.Item.
This class extends Units adding title, prefix, postfix and description to each language-variant of the Unit.
Item() - Constructor for class asgaard.lang.Item
Instanciates a new instance Do not use manually.
Item(String, String, Convert) - Constructor for class asgaard.lang.Item
Generates a new Unit with the Default-Values

L

longName - Variable in class asgaard.lang.Def
 

P

Person - class asgaard.lang.Person.
Person is the base implementation for the representation of any human.
Person() - Constructor for class asgaard.lang.Person
Creates an instance of the Person class.

S

setBirthdate(Date) - Method in class asgaard.lang.Person
Sets the Birthdate of the person.
setConvert(Convert) - Method in class asgaard.lang.Unit
Sets the conversation Object.
setFirstname(String) - Method in class asgaard.lang.Person
Sets the first name of the person.
setInitial(String) - Method in class asgaard.lang.Person
Sets the initials of the person.
setItem(int, String, String, String, String, String) - Method in class asgaard.lang.Item
Extends setName adding title, prefix, postfix and description.
setLastname(String) - Method in class asgaard.lang.Person
Sets the last name of the person.
setLongname(String) - Method in class asgaard.lang.Def
Sets the long name of the definition.
setName(int, Object[]) - Method in class asgaard.lang.Word
Adds a word to the collection, using index to differ between different languages/context keys.
setName(int, String) - Method in class asgaard.lang.Word
Adds a word to the collection, using index to differ between different languages/context keys.
setName(int, String, String) - Method in class asgaard.lang.Word
Adds a word to the collection, using index to differ between different languages/context keys.
setName(String) - Method in class asgaard.lang.Def
Sets the name of the Definition.
setNation(int) - Method in class asgaard.lang.Person
Defines the Nation of the Person
setNation(String) - Method in class asgaard.lang.Person
Defines the Nation of the Person
setNickname(String) - Method in class asgaard.lang.Person
Sets the nickname of the person.
setSex(int) - Method in class asgaard.lang.Person
Defines the Gender of the Person
setSex(String) - Method in class asgaard.lang.Person
Defines the Gender of the Person
setSINr(int) - Method in class asgaard.lang.Person
Sets the social-insurance-number of the person.
setTitle(String) - Method in class asgaard.lang.Person
Sets the Title of the person.
shortName - Variable in class asgaard.lang.Def
 

U

Unit - class asgaard.lang.Unit.
This class implements the Mechanism to use different units at a given measure.
Unit() - Constructor for class asgaard.lang.Unit
Instanciates a new unit Do not use manually.
Unit(String, String, Convert) - Constructor for class asgaard.lang.Unit
Generates a new Unit with the Default-Values

W

Word - class asgaard.lang.Word.
Same as Definition, but supporting multi-languages for a given word (vocabulary).
Word() - Constructor for class asgaard.lang.Word
Instanciates a new Word Do not use manually.
Word(String, String) - Constructor for class asgaard.lang.Word
Generates a new Word with the Default-Values

C D G I L P S U W