java.lang.Object
nectar.record.Record
nectar.record.ImageRecord
- All Implemented Interfaces:
- java.io.Serializable
- public class ImageRecord
- extends Record
| Fields inherited from class nectar.record.Record |
dataTables, FIELD_CHILD_ID, FIELD_CREATED_BY, FIELD_CREATED_DATE, FIELD_MODIFIED_DATE, FIELD_ORDER_BY, FIELD_OWNER, FIELD_PROJECT, FIELD_RECORD_ID, FIELD_STATUS, FIELD_TYPE, fields, TOP_LEVEL_FIELD_NAMES |
|
Constructor Summary |
ImageRecord()
Creates a new instance of ImageRecord |
| Methods inherited from class nectar.record.Record |
copy, getCreatedBy, getCreatedDate, getFieldNames, getFields, getId, getModifiedDate, getOrderBy, getOwner, getProject, getStatus, getTables, load, setCreatedBy, setCreatedDate, setId, setModifiedDate, setOrderBy, setOwner, setProject, setStatus, setupCreate, toMap, toObjectMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FIELD_ALT_TAG
public static final java.lang.String FIELD_ALT_TAG
- See Also:
- Constant Field Values
FIELD_ORIGINAL_FILENAME
public static final java.lang.String FIELD_ORIGINAL_FILENAME
- See Also:
- Constant Field Values
FIELD_ORIGINAL_URL
public static final java.lang.String FIELD_ORIGINAL_URL
- See Also:
- Constant Field Values
TABLE
public static java.lang.String TABLE
altTag
protected nectar.record.datatypes.RecordString altTag
originalFilename
protected nectar.record.datatypes.RecordString originalFilename
originalUrl
protected nectar.record.datatypes.RecordString originalUrl
ImageRecord
public ImageRecord()
- Creates a new instance of ImageRecord
getView
public nectar.view.RecordView getView()
- Description copied from class:
Record
- Creates and returns appropriate RecordView instance for this record. You can safely typecast the return value to the RecordView subclass associated to this record.
- Specified by:
getView in class Record
getAltTag
public java.lang.String getAltTag()
setAltTag
public void setAltTag(java.lang.String value)
throws RecordInvalidInputException
getOriginalFilename
public java.lang.String getOriginalFilename()
setOriginalFilename
public void setOriginalFilename(java.lang.String value)
throws RecordInvalidInputException
getOriginalUrl
public java.lang.String getOriginalUrl()
setOriginalUrl
public void setOriginalUrl(java.lang.String value)
throws RecordInvalidInputException
getRecordType
public java.lang.String getRecordType()
- Description copied from class:
Record
- Returns the type String for this Record.
- Specified by:
getRecordType in class Record