ProfileXpEntity_Chromattic.java

package org.exoplatform.social.core.chromattic.entity;
import org.chromattic.apt.Invoker;
import org.chromattic.apt.Instrumented;
public class ProfileXpEntity_Chromattic extends ProfileXpEntity implements Instrumented {
public final org.chromattic.spi.instrument.MethodHandler handler;
public ProfileXpEntity_Chromattic(org.chromattic.spi.instrument.MethodHandler handler) {
this.handler = handler;
}
private static final Invoker method_0 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ProfileXpEntity.class,"getStartDate");
public final java.lang.String getStartDate() {
try {
return (java.lang.String)handler.invoke(this,method_0.getMethod());
} catch(Throwable t) {
if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException)t;
if (t instanceof java.lang.Error) throw (java.lang.Error)t;
throw new java.lang.reflect.UndeclaredThrowableException(t);
}
}
private static final Invoker method_1 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ProfileXpEntity.class,"getId");
public final java.lang.String getId() {
try {
return (java.lang.String)handler.invoke(this,method_1.getMethod());
} catch(Throwable t) {
if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException)t;
if (t instanceof java.lang.Error) throw (java.lang.Error)t;
throw new java.lang.reflect.UndeclaredThrowableException(t);
}
}
private static final Invoker method_2 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ProfileXpEntity.class,"getEndDate");
public final java.lang.String getEndDate() {
try {
return (java.lang.String)handler.invoke(this,method_2.getMethod());
} catch(Throwable t) {
if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException)t;
if (t instanceof java.lang.Error) throw (java.lang.Error)t;
throw new java.lang.reflect.UndeclaredThrowableException(t);
}
}
private static final Invoker method_3 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ProfileXpEntity.class,"setDescription",java.lang.String.class);
public final void setDescription(java.lang.String arg_0) {
try {
handler.invoke(this,method_3.getMethod(),(Object)arg_0);
} catch(Throwable t) {
if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException)t;
if (t instanceof java.lang.Error) throw (java.lang.Error)t;
throw new java.lang.reflect.UndeclaredThrowableException(t);
}
}
private static final Invoker method_4 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ProfileXpEntity.class,"setEndDate",java.lang.String.class);
public final void setEndDate(java.lang.String arg_0) {
try {
handler.invoke(this,method_4.getMethod(),(Object)arg_0);
} catch(Throwable t) {
if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException)t;
if (t instanceof java.lang.Error) throw (java.lang.Error)t;
throw new java.lang.reflect.UndeclaredThrowableException(t);
}
}
private static final Invoker method_5 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ProfileXpEntity.class,"getDescription");
public final java.lang.String getDescription() {
try {
return (java.lang.String)handler.invoke(this,method_5.getMethod());
} catch(Throwable t) {
if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException)t;
if (t instanceof java.lang.Error) throw (java.lang.Error)t;
throw new java.lang.reflect.UndeclaredThrowableException(t);
}
}
private static final Invoker method_6 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ProfileXpEntity.class,"setPosition",java.lang.String.class);
public final void setPosition(java.lang.String arg_0) {
try {
handler.invoke(this,method_6.getMethod(),(Object)arg_0);
} catch(Throwable t) {
if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException)t;
if (t instanceof java.lang.Error) throw (java.lang.Error)t;
throw new java.lang.reflect.UndeclaredThrowableException(t);
}
}
private static final Invoker method_7 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ProfileXpEntity.class,"getSkills");
public final java.lang.String getSkills() {
try {
return (java.lang.String)handler.invoke(this,method_7.getMethod());
} catch(Throwable t) {
if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException)t;
if (t instanceof java.lang.Error) throw (java.lang.Error)t;
throw new java.lang.reflect.UndeclaredThrowableException(t);
}
}
private static final Invoker method_8 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ProfileXpEntity.class,"setSkills",java.lang.String.class);
public final void setSkills(java.lang.String arg_0) {
try {
handler.invoke(this,method_8.getMethod(),(Object)arg_0);
} catch(Throwable t) {
if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException)t;
if (t instanceof java.lang.Error) throw (java.lang.Error)t;
throw new java.lang.reflect.UndeclaredThrowableException(t);
}
}
private static final Invoker method_9 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ProfileXpEntity.class,"setCompany",java.lang.String.class);
public final void setCompany(java.lang.String arg_0) {
try {
handler.invoke(this,method_9.getMethod(),(Object)arg_0);
} catch(Throwable t) {
if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException)t;
if (t instanceof java.lang.Error) throw (java.lang.Error)t;
throw new java.lang.reflect.UndeclaredThrowableException(t);
}
}
private static final Invoker method_10 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ProfileXpEntity.class,"setStartDate",java.lang.String.class);
public final void setStartDate(java.lang.String arg_0) {
try {
handler.invoke(this,method_10.getMethod(),(Object)arg_0);
} catch(Throwable t) {
if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException)t;
if (t instanceof java.lang.Error) throw (java.lang.Error)t;
throw new java.lang.reflect.UndeclaredThrowableException(t);
}
}
private static final Invoker method_11 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ProfileXpEntity.class,"getPosition");
public final java.lang.String getPosition() {
try {
return (java.lang.String)handler.invoke(this,method_11.getMethod());
} catch(Throwable t) {
if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException)t;
if (t instanceof java.lang.Error) throw (java.lang.Error)t;
throw new java.lang.reflect.UndeclaredThrowableException(t);
}
}
private static final Invoker method_12 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ProfileXpEntity.class,"getCompany");
public final java.lang.String getCompany() {
try {
return (java.lang.String)handler.invoke(this,method_12.getMethod());
} catch(Throwable t) {
if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException)t;
if (t instanceof java.lang.Error) throw (java.lang.Error)t;
throw new java.lang.reflect.UndeclaredThrowableException(t);
}
}
}