Class SpaceUserRoleRow
- java.lang.Object
-
- org.silverpeas.core.admin.persistence.SpaceUserRoleRow
-
public class SpaceUserRoleRow extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SpaceUserRoleRow
fetch(ResultSet rs)
static SpaceUserRoleRow
from(SpaceProfileInst spaceProfileInst)
String
getDescription()
int
getId()
int
getInheritance()
String
getName()
String
getRoleName()
int
getSpaceId()
boolean
isIdDefined()
void
setId(int id)
void
setSpaceId(int spaceId)
-
-
-
Method Detail
-
from
public static SpaceUserRoleRow from(SpaceProfileInst spaceProfileInst)
-
fetch
public static SpaceUserRoleRow fetch(ResultSet rs) throws SQLException
- Throws:
SQLException
-
getId
public int getId()
-
setId
public void setId(int id)
-
isIdDefined
public boolean isIdDefined()
-
getSpaceId
public int getSpaceId()
-
setSpaceId
public void setSpaceId(int spaceId)
-
getName
public String getName()
-
getRoleName
public String getRoleName()
-
getDescription
public String getDescription()
-
getInheritance
public int getInheritance()
-
-