RelationshipEntity_Chromattic.java

package org.exoplatform.social.core.chromattic.entity;
import org.chromattic.apt.Invoker;
import org.chromattic.apt.Instrumented;
public class RelationshipEntity_Chromattic extends RelationshipEntity implements Instrumented {
public final org.chromattic.spi.instrument.MethodHandler handler;
public RelationshipEntity_Chromattic(org.chromattic.spi.instrument.MethodHandler handler) {
this.handler = handler;
}
private static final Invoker method_0 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.RelationshipEntity.class,"getReciprocal");
public final org.exoplatform.social.core.chromattic.entity.RelationshipEntity getReciprocal() {
try {
return (org.exoplatform.social.core.chromattic.entity.RelationshipEntity)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.RelationshipEntity.class,"getName");
public final java.lang.String getName() {
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.RelationshipEntity.class,"getId");
public final java.lang.String getId() {
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.RelationshipEntity.class,"getStatus");
public final java.lang.String getStatus() {
try {
return (java.lang.String)handler.invoke(this,method_3.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_4 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.RelationshipEntity.class,"getPath");
public final java.lang.String getPath() {
try {
return (java.lang.String)handler.invoke(this,method_4.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_5 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.RelationshipEntity.class,"setCreatedTime",java.lang.Long.class);
public final void setCreatedTime(java.lang.Long arg_0) {
try {
handler.invoke(this,method_5.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_6 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.RelationshipEntity.class,"getFrom");
public final org.exoplatform.social.core.chromattic.entity.IdentityEntity getFrom() {
try {
return (org.exoplatform.social.core.chromattic.entity.IdentityEntity)handler.invoke(this,method_6.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_7 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.RelationshipEntity.class,"getParent");
public final org.exoplatform.social.core.chromattic.entity.RelationshipListEntity getParent() {
try {
return (org.exoplatform.social.core.chromattic.entity.RelationshipListEntity)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.RelationshipEntity.class,"setFrom",org.exoplatform.social.core.chromattic.entity.IdentityEntity.class);
public final void setFrom(org.exoplatform.social.core.chromattic.entity.IdentityEntity 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.RelationshipEntity.class,"setReciprocal",org.exoplatform.social.core.chromattic.entity.RelationshipEntity.class);
public final void setReciprocal(org.exoplatform.social.core.chromattic.entity.RelationshipEntity 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.RelationshipEntity.class,"getTo");
public final org.exoplatform.social.core.chromattic.entity.IdentityEntity getTo() {
try {
return (org.exoplatform.social.core.chromattic.entity.IdentityEntity)handler.invoke(this,method_10.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_11 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.RelationshipEntity.class,"setStatus",java.lang.String.class);
public final void setStatus(java.lang.String arg_0) {
try {
handler.invoke(this,method_11.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_12 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.RelationshipEntity.class,"setTo",org.exoplatform.social.core.chromattic.entity.IdentityEntity.class);
public final void setTo(org.exoplatform.social.core.chromattic.entity.IdentityEntity arg_0) {
try {
handler.invoke(this,method_12.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_13 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.RelationshipEntity.class,"getCreatedTime");
public final java.lang.Long getCreatedTime() {
try {
return (java.lang.Long)handler.invoke(this,method_13.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);
}
}
}