RemoteHostEndPoint.configure will set all private variables of this
RemoteHostEndPoint instance based on passed HostVO instance.
Thanks
-min
On 4/23/14 12:53 AM, "Daan Hoogland" wrote:
>Min,
>
>You added a setId on an object,
>+private void setId(long id) {
>+HostVO host = _hostDao.
Min,
You added a setId on an object,
+private void setId(long id) {
+HostVO host = _hostDao.findById(hostId);
+if (host != null) {
+configure(host);
+}
}
But nowhere in the method you set the Id on the object. Is This really
what is intended?
regards,