this.messageLayer = messageLayer; this.appContext = appContext; this.description = description; this.isPersistent = persistent;
this.messageLayer = ctx.getMessageLayer(); this.appContext = ctx.getAppContext(); this.description = ctx.getDescription(); this.isPersistent = ctx.isPersistent();
if (o == null || !(o instanceof RegistrationContext)) { return false; } RegistrationContext target = (RegistrationContext) o; return ( EntryInfo.matchStrings( messageLayer, target.getMessageLayer()) && EntryInfo.matchStrings(appContext, target.getAppContext()) && EntryInfo.matchStrings(description, target.getDescription()) );
return appContext;
return description;
return messageLayer;
return isPersistent;