vub.starlab.InterpretationLayer.objects
Interface IView

All Known Implementing Classes:
View

public interface IView
extends IIlObject

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

Version:
1.0
Author:
Jan Demey

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
 

Method Detail

getViewID

public java.lang.String getViewID()
Accessor method for getting the ID of this view
Returns:
String the ID of this view

getViewTitle

public java.lang.String getViewTitle()
Accessor method for getting the Title of this view
Returns:
String the title of this view

getViewDescription

public java.lang.String getViewDescription()
Accessor method for getting the description of this view
Returns:
String the description of this view

getViewType

public java.lang.String getViewType()
Accessor method for getting the Type of this view
Returns:
String the type of this view

getUserName

public java.lang.String getUserName()
Accessor method for getting the username of the last contibutor to this view
Returns:
String the username of the last contributor to this view

setViewID

public void setViewID(java.lang.String ViewID)
Accessor method to set the ID for this view
Parameters:
ViewID - the new ID for this view

setViewTitle

public void setViewTitle(java.lang.String ViewTitle)
Accessor method to set the Title for this view
Parameters:
ViewTitle - the new title for this view

setViewDescription

public void setViewDescription(java.lang.String ViewDescription)
Accessor method to set the description for this view
Parameters:
ViewDescription - the new description for this view

setViewType

public void setViewType(java.lang.String ViewType)
Accessor method to set the Type for this view
Parameters:
ViewType - the new type for this view

setUserName

public void setUserName(java.lang.String UserName)
Accessor method to set the username of the last contributor to this view
Parameters:
UserName - the username of the last contributor for this view