|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object macaw.businessLayer.SupportingDocument
public class SupportingDocument
describes a document used to provide background information about a derived variable.
Constructor Summary | |
---|---|
SupportingDocument()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
static java.util.ArrayList<MacawChangeEvent> |
detectFieldChanges(User user,
SupportingDocument originalDocument,
SupportingDocument revisedDocument)
|
java.lang.String |
getDescription()
description of the document |
java.lang.String |
getDisplayItemIdentifier()
|
java.lang.String |
getDisplayName()
|
java.lang.String |
getDocumentCode()
a code used to help uniquely identify a document for the end-user. |
java.lang.String |
getFileName()
name of the file |
java.lang.String |
getFilePath()
the logical location of the file |
int |
getIdentifier()
the primary key value of the instance stored in the relational database. |
java.lang.String |
getTitle()
title of the document |
boolean |
isNewRecord()
|
void |
setDescription(java.lang.String description)
|
void |
setDocumentCode(java.lang.String documentCode)
|
void |
setFileName(java.lang.String fileName)
|
void |
setFilePath(java.lang.String filePath)
|
void |
setIdentifier(int identifier)
|
void |
setIsNewRecord(boolean isNewRecord)
|
void |
setTitle(java.lang.String title)
|
static void |
validateFields(SupportingDocument supportingDocument)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SupportingDocument()
Method Detail |
---|
public int getIdentifier()
public void setIdentifier(int identifier)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title to setpublic java.lang.String getDocumentCode()
public void setDocumentCode(java.lang.String documentCode)
documentCode
- the documentCode to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description to setpublic java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- the fileName to setpublic java.lang.String getFilePath()
public void setFilePath(java.lang.String filePath)
filePath
- the filePath to setpublic boolean isNewRecord()
public void setIsNewRecord(boolean isNewRecord)
public static void validateFields(SupportingDocument supportingDocument) throws MacawException
MacawException
public java.lang.String getDisplayName()
getDisplayName
in interface Displayable
public java.lang.String getDisplayItemIdentifier()
getDisplayItemIdentifier
in interface Displayable
public java.lang.Object clone()
clone
in class java.lang.Object
public static java.util.ArrayList<MacawChangeEvent> detectFieldChanges(User user, SupportingDocument originalDocument, SupportingDocument revisedDocument)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |