| java.lang.Object | |
| ↳ | vars.knowledgebase.jpa.MediaImpl |
Created by IntelliJ IDEA. User: brian Date: Jun 19, 2009 Time: 10:02:15 AM To change this template use File | Settings | File Templates.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
vars.knowledgebase.Media
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the
Media 'caption' attribute. | |||||||||||
Gets the conceptDelegate attribute of the Media object
| |||||||||||
Gets the
Media 'credit' attribute. | |||||||||||
Gets the
Media 'type' attribute. | |||||||||||
Gets the
Media 'primary' attribute. | |||||||||||
Sets the
Media 'caption' attribute. | |||||||||||
Sets the
Media 'credit' attribute. | |||||||||||
Sets the
Media 'primary' attribute. | |||||||||||
Sets the
Media 'type' attribute. | |||||||||||
Gets a String representation of this
Media suitable
for feeding to the method createFromString() to recreate the
content of a Media. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
vars.VARSObject
| |||||||||||
From interface
vars.jpa.JPAEntity
| |||||||||||
From interface
vars.knowledgebase.Media
| |||||||||||
Gets the Media 'caption' attribute.
Media
Gets the conceptDelegate attribute of the Media object
Gets the Media 'credit' attribute.
Media
Gets the Media 'type' attribute.
Media.
Gets the Media 'primary' attribute.
Media
Sets the Media 'caption' attribute.
| caption | String caption of the Media
|
|---|
Sets the Media 'credit' attribute.
| credit | String credit of the Media
|
|---|
Sets the Media 'primary' attribute.
| primary | boolean primary of the Media
|
|---|
Sets the Media 'type' attribute.
| type | String representation of a Type for this Media
|
|---|
Gets a String representation of this Media suitable
for feeding to the method createFromString() to recreate the
content of a Media. This content is the same as that
used in the state-based equals() method.
Media in the format:
fileName | type | primary (or additional) | credit | caption