Package org.bremersee.dccon.model
Class Sid
- java.lang.Object
-
- org.bremersee.dccon.model.Sid
-
- All Implemented Interfaces:
Serializable
public class Sid extends Object implements Serializable
The windows/samba SID. Well known (system) SIDs are listed here.- Author:
- Christian Bremer
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getSystemEntity()
Gets system entity.String
getValue()
Gets value.void
setSystemEntity(Boolean systemEntity)
Sets system entity.void
setValue(String value)
Sets value.
-
-
-
Method Detail
-
getValue
public String getValue()
Gets value.- Returns:
- the value
-
setValue
public void setValue(String value)
Sets value.- Parameters:
value
- the value
-
getSystemEntity
public Boolean getSystemEntity()
Gets system entity.- Returns:
- the system entity
-
setSystemEntity
public void setSystemEntity(Boolean systemEntity)
Sets system entity.- Parameters:
systemEntity
- the system entity
-
-