return olatResourceable;
}
public String toString(){
URLEncoder urlE = new URLEncoder();
String resource =urlE.encode(this.olatResourceable.getResourceableTypeName());
return "["+resource+":"+this.olatResourceable.getResourceableId()+"]";
}
@Override
public int hashCode() {