org.opencrx.kernel.home1.cci2
Interface IcalFeed

All Superinterfaces:
AspectCapable, BasicObject, CalendarFeed, ContextCapable, Creatable, ExtentCapable, Modifiable, SecureObject
All Known Subinterfaces:
IcalFeed
All Known Implementing Classes:
IcalFeed

public interface IcalFeed
extends CalendarFeed

Class IcalFeed


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.home1.cci2.CalendarFeed
CalendarFeed.Identity
 
Method Summary
 String getPassword()
          Retrieves the possibly null value for the optional attribute password.
 String getUrl()
          Retrieves the possibly null value for the optional attribute url.
 String getUsername()
          Retrieves the possibly null value for the optional attribute username.
 void setPassword(String password)
          Sets a new value for the attribute password.
 void setUrl(String url)
          Sets a new value for the attribute url.
 void setUsername(String username)
          Sets a new value for the attribute username.
 
Methods inherited from interface org.opencrx.kernel.home1.cci2.CalendarFeed
getBackColor, getColor, getDescription, getName, isActive, setActive, setBackColor, setColor, setDescription, setName
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapable
getContext
 
Methods inherited from interface org.openmdx.base.cci2.Creatable
getCreatedAt, getCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.base.cci2.Modifiable
getModifiedAt, getModifiedBy
 

Method Detail

getPassword

String getPassword()
Retrieves the possibly null value for the optional attribute password.

Returns:
The possibly null value for attribute password.

setPassword

void setPassword(String password)
Sets a new value for the attribute password.

Parameters:
password - The possibly null new value for attribute password.

getUrl

String getUrl()
Retrieves the possibly null value for the optional attribute url.

Returns:
The possibly null value for attribute url.

setUrl

void setUrl(String url)
Sets a new value for the attribute url.

Parameters:
url - The possibly null new value for attribute url.

getUsername

String getUsername()
Retrieves the possibly null value for the optional attribute username.

Returns:
The possibly null value for attribute username.

setUsername

void setUsername(String username)
Sets a new value for the attribute username.

Parameters:
username - The possibly null new value for attribute username.


This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.