IdUid constructor

IdUid(
  1. int newId,
  2. int newUid
)

Implementation

IdUid(int newId, int newUid) {
  id = newId;
  uid = newUid;
}