Package com.saperion.ws.wrapper
Class SaWsUser
- java.lang.Object
-
- com.saperion.ws.wrapper.SaWsUser
-
public class SaWsUser extends java.lang.Object
The Class SaWsUser.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDisplayName()
Gets the display name.int
getId()
Gets the id.int
getMandantId()
Gets the mandant id.java.lang.String
getName()
Gets the name.int
getOrgId()
Gets the org id.SaWsGroupKind
getType()
Gets the type.void
setDisplayName(java.lang.String newDisplayName)
Sets the display name.void
setId(int newId)
Sets the id.void
setMandantId(int newMandantId)
Sets the mandant id.void
setName(java.lang.String newName)
Sets the name.void
setOrgId(int newOrgId)
Sets the org id.void
setType(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
-
-