Package com.saperion.ws.wrapper
Class SaWsUser
- java.lang.Object
-
- com.saperion.ws.wrapper.SaWsUser
-
public class SaWsUser extends java.lang.ObjectThe Class SaWsUser.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayName()Gets the display name.intgetId()Gets the id.intgetMandantId()Gets the mandant id.java.lang.StringgetName()Gets the name.intgetOrgId()Gets the org id.SaWsGroupKindgetType()Gets the type.voidsetDisplayName(java.lang.String newDisplayName)Sets the display name.voidsetId(int newId)Sets the id.voidsetMandantId(int newMandantId)Sets the mandant id.voidsetName(java.lang.String newName)Sets the name.voidsetOrgId(int newOrgId)Sets the org id.voidsetType(SaWsGroupKind newType)Sets the type.
-
-
-
Method Detail
-
setId
public void setId(int newId)
Sets the id.- Parameters:
newId- the new id
-
getId
public int getId()
Gets the id.- Returns:
- the id
-
setOrgId
public void setOrgId(int newOrgId)
Sets the org id.- Parameters:
newOrgId- the new org id
-
getOrgId
public int getOrgId()
Gets the org id.- Returns:
- the org id
-
setMandantId
public void setMandantId(int newMandantId)
Sets the mandant id.- Parameters:
newMandantId- the new mandant id
-
getMandantId
public int getMandantId()
Gets the mandant id.- Returns:
- the mandant id
-
setType
public void setType(SaWsGroupKind newType)
Sets the type.- Parameters:
newType- the new type
-
getType
public SaWsGroupKind getType()
Gets the type.- Returns:
- the type
-
setName
public void setName(java.lang.String newName)
Sets the name.- Parameters:
newName- the new name
-
getName
public java.lang.String getName()
Gets the name.- Returns:
- the name
-
setDisplayName
public void setDisplayName(java.lang.String newDisplayName)
Sets the display name.- Parameters:
newDisplayName- the new display name
-
getDisplayName
public java.lang.String getDisplayName()
Gets the display name.- Returns:
- the display name
-
-