00001 package Sct.Corba; 00002 00003 00011 public final class UniqueRodIdentifier implements org.omg.CORBA.portable.IDLEntity 00012 { 00013 public int partition = (int)0; 00014 public int crate = (int)0; 00015 public int rod = (int)0; 00016 00017 public UniqueRodIdentifier () 00018 { 00019 } // ctor 00020 00021 public UniqueRodIdentifier (int _partition, int _crate, int _rod) 00022 { 00023 partition = _partition; 00024 crate = _crate; 00025 rod = _rod; 00026 } // ctor 00027 00028 } // class UniqueRodIdentifier