vub.starlab.InterpretationLayer.objects
Class View

java.lang.Object
  |
  +--vub.starlab.InterpretationLayer.objects.View

public class View
extends java.lang.Object
implements IView

Title: Dogma Interpretation Layer Objects: View
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab

Version:
1.0
Author:
Jan Demey

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

View

public View(java.lang.String ViewID)

View

public View(java.lang.String ViewID,
            java.lang.String ViewTitle,
            java.lang.String ViewDescription,
            java.lang.String ViewType,
            java.lang.String UserName)
Method Detail

getViewID

public java.lang.String getViewID()
Description copied from interface: IView
Accessor method for getting the ID of this view
Specified by:
getViewID in interface IView
Tags copied from interface: IView
Returns:
String the ID of this view

getViewTitle

public java.lang.String getViewTitle()
Description copied from interface: IView
Accessor method for getting the Title of this view
Specified by:
getViewTitle in interface IView
Tags copied from interface: IView
Returns:
String the title of this view

getViewDescription

public java.lang.String getViewDescription()
Description copied from interface: IView
Accessor method for getting the description of this view
Specified by:
getViewDescription in interface IView
Tags copied from interface: IView
Returns:
String the description of this view

getViewType

public java.lang.String getViewType()
Description copied from interface: IView
Accessor method for getting the Type of this view
Specified by:
getViewType in interface IView
Tags copied from interface: IView
Returns:
String the type of this view

getUserName

public java.lang.String getUserName()
Description copied from interface: IView
Accessor method for getting the username of the last contibutor to this view
Specified by:
getUserName in interface IView
Tags copied from interface: IView
Returns:
String the username of the last contributor to this view

setViewID

public void setViewID(java.lang.String ViewID)
Description copied from interface: IView
Accessor method to set the ID for this view
Specified by:
setViewID in interface IView
Tags copied from interface: IView
Parameters:
ViewID - the new ID for this view

setViewTitle

public void setViewTitle(java.lang.String ViewTitle)
Description copied from interface: IView
Accessor method to set the Title for this view
Specified by:
setViewTitle in interface IView
Tags copied from interface: IView
Parameters:
ViewTitle - the new title for this view

setViewDescription

public void setViewDescription(java.lang.String ViewDescription)
Description copied from interface: IView
Accessor method to set the description for this view
Specified by:
setViewDescription in interface IView
Tags copied from interface: IView
Parameters:
ViewDescription - the new description for this view

setViewType

public void setViewType(java.lang.String ViewType)
Description copied from interface: IView
Accessor method to set the Type for this view
Specified by:
setViewType in interface IView
Tags copied from interface: IView
Parameters:
ViewType - the new type for this view

setUserName

public void setUserName(java.lang.String UserName)
Description copied from interface: IView
Accessor method to set the username of the last contributor to this view
Specified by:
setUserName in interface IView
Tags copied from interface: IView
Parameters:
UserName - the username of the last contributor for this view