org.openmobileis.modules.crm.data.common
Class DefaultRepresentant

java.lang.Object
  extended byorg.openmobileis.modules.crm.data.common.DefaultRepresentant
All Implemented Interfaces:
Representant, java.io.Serializable

public class DefaultRepresentant
extends java.lang.Object
implements Representant, java.io.Serializable

Title: OpenMobileIS project source
Description:

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu 2002
See Also:
Serialized Form

Field Summary
protected static long serialVersionUID
           
 
Fields inherited from interface org.openmobileis.modules.crm.data.common.Representant
ADMIN, INTRANET, USER, USERRESP
 
Constructor Summary
protected DefaultRepresentant()
          Constructor for Representant.
  DefaultRepresentant(java.lang.String id)
          Constructor for Representant.
 
Method Summary
 java.lang.String getLangue()
          Returns the langue.
 java.lang.String getProfil()
           
 java.lang.String getRepresentantId()
           
 boolean isInstallRepresentant()
           
 boolean isSelectedRepresentant()
           
 void setInstallRepresentant(boolean bool)
           
 void setLangue(java.lang.String langue)
          Sets the langue.
 void setProfil(java.lang.String string)
           
 void setSelectedRepresentant(boolean bool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

protected static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

DefaultRepresentant

protected DefaultRepresentant()
Constructor for Representant.


DefaultRepresentant

public DefaultRepresentant(java.lang.String id)
Constructor for Representant.

Parameters:
id -
Method Detail

getRepresentantId

public java.lang.String getRepresentantId()
Specified by:
getRepresentantId in interface Representant

getLangue

public java.lang.String getLangue()
Returns the langue.

Specified by:
getLangue in interface Representant
Returns:
String

setLangue

public void setLangue(java.lang.String langue)
Sets the langue.

Specified by:
setLangue in interface Representant
Parameters:
langue - The langue to set

isInstallRepresentant

public boolean isInstallRepresentant()
Specified by:
isInstallRepresentant in interface Representant

setInstallRepresentant

public void setInstallRepresentant(boolean bool)
Specified by:
setInstallRepresentant in interface Representant

isSelectedRepresentant

public boolean isSelectedRepresentant()
Specified by:
isSelectedRepresentant in interface Representant

setSelectedRepresentant

public void setSelectedRepresentant(boolean bool)
Specified by:
setSelectedRepresentant in interface Representant

getProfil

public java.lang.String getProfil()
Specified by:
getProfil in interface Representant
Returns:

setProfil

public void setProfil(java.lang.String string)
Specified by:
setProfil in interface Representant
Parameters:
string -


Copyright 2005 e-Care. All Rights Reserved.