org.opencrx.kernel.home1.jpa3
Class AirSyncClientProfile

java.lang.Object
  extended by org.w3c.jpa3.AbstractObject
      extended by org.opencrx.kernel.home1.jpa3.SyncProfile
          extended by org.opencrx.kernel.home1.jpa3.AirSyncClientProfile
All Implemented Interfaces:
Serializable, SecureObject, AirSyncClientProfile, SyncProfile, BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable

public class AirSyncClientProfile
extends SyncProfile
implements AirSyncClientProfile

Class AirSyncClientProfile

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.w3c.jpa3.AbstractObject
AbstractObject.AbstractStateAccessor, AbstractObject.EmbeddedList<E>, AbstractObject.EmbeddedSet<E>, AbstractObject.ObjectState, AbstractObject.SlicedList<E,S>, AbstractObject.SlicedMap<E,S>, AbstractObject.SlicedSet<E,S>
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.home1.cci2.SyncProfile
SyncProfile.Identity
 
Field Summary
 
Fields inherited from class org.opencrx.kernel.home1.jpa3.SyncProfile
createdAt, identity, modifiedAt
 
Constructor Summary
AirSyncClientProfile()
          Constructor
 
Method Summary
 String getDomain()
          Retrieves the possibly null value for the optional attribute domain.
 String getPassword()
          Retrieves the possibly null value for the optional attribute password.
 String getServerUrl()
          Retrieves the possibly null value for the optional attribute serverUrl.
 String getUsername()
          Retrieves the possibly null value for the optional attribute username.
 void setDomain(String domain)
          Sets a new value for the attribute domain.
 void setPassword(String password)
          Sets a new value for the attribute password.
 void setServerUrl(String serverUrl)
          Sets a new value for the attribute serverUrl.
 void setUsername(String username)
          Sets a new value for the attribute username.
 
Methods inherited from class org.opencrx.kernel.home1.jpa3.SyncProfile
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getCreatedAt, getCreatedBy, getDescription, getFeed, getIdentity, getModifiedAt, getModifiedBy, getName, getOpenmdxjdoIdentity, getOwner, getOwningGroup_Id, getOwningGroup, getOwningUser_Id, getOwningUser, openmdxjdoGetSlices, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setDescription, setName, setOpenmdxjdoIdentity, setOwner, setOwningUser_Id, setOwningUser, setOwningUser, setUserHome_Id, setUserHome
 
Methods inherited from class org.w3c.jpa3.AbstractObject
openmdxjdoMakeDirty, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opencrx.kernel.home1.cci2.SyncProfile
getDescription, getFeed, getName, setDescription, setName
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser
 
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
 

Constructor Detail

AirSyncClientProfile

public AirSyncClientProfile()
Constructor

Method Detail

getPassword

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

Specified by:
getPassword in interface AirSyncClientProfile
Returns:
The possibly null value for attribute password.

setPassword

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

Specified by:
setPassword in interface AirSyncClientProfile
Parameters:
password - The possibly null new value for attribute password.

getUsername

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

Specified by:
getUsername in interface AirSyncClientProfile
Returns:
The possibly null value for attribute username.

setUsername

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

Specified by:
setUsername in interface AirSyncClientProfile
Parameters:
username - The possibly null new value for attribute username.

getDomain

public final String getDomain()
Retrieves the possibly null value for the optional attribute domain.

Specified by:
getDomain in interface AirSyncClientProfile
Returns:
The possibly null value for attribute domain.

setDomain

public void setDomain(String domain)
Sets a new value for the attribute domain.

Specified by:
setDomain in interface AirSyncClientProfile
Parameters:
domain - The possibly null new value for attribute domain.

getServerUrl

public final String getServerUrl()
Retrieves the possibly null value for the optional attribute serverUrl.

Specified by:
getServerUrl in interface AirSyncClientProfile
Returns:
The possibly null value for attribute serverUrl.

setServerUrl

public void setServerUrl(String serverUrl)
Sets a new value for the attribute serverUrl.

Specified by:
setServerUrl in interface AirSyncClientProfile
Parameters:
serverUrl - The possibly null new value for attribute serverUrl.


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