//clone constructor
		public SpecialFishingNetListEntry( SpecialFishingNetListEntry entry ) : base( entry )
		{
		}
 //clone constructor
 public SpecialFishingNetListEntry(SpecialFishingNetListEntry entry) : base(entry)
 {
 }