Class UserRoleRow
- java.lang.Object
-
- org.silverpeas.core.admin.persistence.UserRoleRow
-
public class UserRoleRow extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserRoleRow
fetch(ResultSet rs)
String
getDescription()
int
getId()
int
getInheritance()
int
getInstanceId()
String
getName()
int
getObjectId()
String
getObjectType()
String
getRoleName()
boolean
isIdDefined()
boolean
isObjectIdDefined()
boolean
isObjectTypeDefined()
static UserRoleRow
makeFrom(ProfileInst profileInst)
void
setId(int id)
void
setInstanceId(int instanceId)
void
unsetId()
-
-
-
Method Detail
-
fetch
public static UserRoleRow fetch(ResultSet rs) throws SQLException
- Throws:
SQLException
-
makeFrom
public static UserRoleRow makeFrom(ProfileInst profileInst)
-
getId
public int getId()
-
setId
public void setId(int id)
-
unsetId
public void unsetId()
-
isIdDefined
public boolean isIdDefined()
-
getInstanceId
public int getInstanceId()
-
setInstanceId
public void setInstanceId(int instanceId)
-
getName
public String getName()
-
getRoleName
public String getRoleName()
-
getDescription
public String getDescription()
-
getInheritance
public int getInheritance()
-
getObjectId
public int getObjectId()
-
isObjectIdDefined
public boolean isObjectIdDefined()
-
getObjectType
public String getObjectType()
-
isObjectTypeDefined
public boolean isObjectTypeDefined()
-
-