org.opengroupware.jogi.ogo
Interface Resource

All Known Implementing Classes:
XmlRpcResource

public interface Resource

Represents an OpenGroupware.org Resource. A resource can be a company vehicle, a video beamer or similar items.

Author:
Andreas Rath (teddius), Werner Schuster (murphee)

Method Summary
 java.lang.String getCategory()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 void setCategory(java.lang.String category)
           
 void setName(java.lang.String name)
           
 

Method Detail

getId

public java.lang.String getId()
                       throws OgoException,
                              ConnectionException
Throws:
OgoException
ConnectionException

getName

public java.lang.String getName()
                         throws OgoException,
                                ConnectionException
Throws:
OgoException
ConnectionException

setName

public void setName(java.lang.String name)
             throws OgoException,
                    ConnectionException
Throws:
OgoException
ConnectionException

getCategory

public java.lang.String getCategory()
                             throws OgoException,
                                    ConnectionException
Throws:
OgoException
ConnectionException

setCategory

public void setCategory(java.lang.String category)
                 throws OgoException,
                        ConnectionException
Throws:
OgoException
ConnectionException


Copyright © 2003 ogojogi Project, All Rights Reserved.