|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--vub.starlab.InterpretationLayer.objects.View
Title: Dogma Interpretation Layer Objects: View
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
| Constructor Summary | |
View(java.lang.String ViewID)
|
|
View(java.lang.String ViewID,
java.lang.String ViewTitle,
java.lang.String ViewDescription,
java.lang.String ViewType,
java.lang.String UserName)
|
|
| Method Summary | |
java.lang.String |
getUserName()
Accessor method for getting the username of the last contibutor to this view |
java.lang.String |
getViewDescription()
Accessor method for getting the description of this view |
java.lang.String |
getViewID()
Accessor method for getting the ID of this view |
java.lang.String |
getViewTitle()
Accessor method for getting the Title of this view |
java.lang.String |
getViewType()
Accessor method for getting the Type of this view |
void |
setUserName(java.lang.String UserName)
Accessor method to set the username of the last contributor to this view |
void |
setViewDescription(java.lang.String ViewDescription)
Accessor method to set the description for this view |
void |
setViewID(java.lang.String ViewID)
Accessor method to set the ID for this view |
void |
setViewTitle(java.lang.String ViewTitle)
Accessor method to set the Title for this view |
void |
setViewType(java.lang.String ViewType)
Accessor method to set the Type for this view |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public View(java.lang.String ViewID)
public View(java.lang.String ViewID,
java.lang.String ViewTitle,
java.lang.String ViewDescription,
java.lang.String ViewType,
java.lang.String UserName)
| Method Detail |
public java.lang.String getViewID()
public java.lang.String getViewTitle()
public java.lang.String getViewDescription()
public java.lang.String getViewType()
public java.lang.String getUserName()
public void setViewID(java.lang.String ViewID)
ViewID - the new ID for this viewpublic void setViewTitle(java.lang.String ViewTitle)
ViewTitle - the new title for this viewpublic void setViewDescription(java.lang.String ViewDescription)
ViewDescription - the new description for this viewpublic void setViewType(java.lang.String ViewType)
ViewType - the new type for this viewpublic void setUserName(java.lang.String UserName)
UserName - the username of the last contributor for this view
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||