@Entity public class roles extends IVdcQueryable implements INotifyPropertyChanged, BusinessEntity<Guid>
Constructor and Description |
---|
roles() |
roles(String description,
Guid id,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ArrayList<String> |
getChangeablePropertiesList() |
String |
getdescription() |
Guid |
getId()
Returns the unique ID of the business entity.
|
boolean |
getis_readonly() |
String |
getname() |
Object |
getQueryableId() |
RoleType |
getType() |
int |
hashCode() |
protected void |
OnPropertyChanged(PropertyChangedEventArgs e) |
void |
setdescription(String value) |
void |
setId(Guid id)
Sets the unique ID of the business entity
|
void |
setis_readonly(boolean value) |
void |
setname(String value) |
void |
setType(RoleType type) |
public ArrayList<String> getChangeablePropertiesList()
getChangeablePropertiesList
in class IVdcQueryable
public String getdescription()
public boolean getis_readonly()
public String getname()
public Object getQueryableId()
getQueryableId
in class IVdcQueryable
public void setdescription(String value)
public void setis_readonly(boolean value)
public void setname(String value)
public void setType(RoleType type)
public RoleType getType()
protected void OnPropertyChanged(PropertyChangedEventArgs e)
public Guid getId()
BusinessEntity
getId
in interface BusinessEntity<Guid>
public void setId(Guid id)
BusinessEntity
setId
in interface BusinessEntity<Guid>
id
- The unique ID of the business entity.Copyright © 2012. All Rights Reserved.