Jump to content
Sign in to follow this  
eyda228

Boleh X Tolong Repair?ada Button Yang Xleh Berfungsi>>>

Recommended Posts

public class StafStud
{
	private String Name,MatricNum, Faculty, Address, City,State, Postcode, PhoneNum;

	public StafStud(String name, String matricNum, String faculty, String address, String city, String state, String postcode, String phoneNum)
	{
		Name			= name;
		MatricNum			= matricNum;
		Faculty			= faculty;
		Address			= address;
		City			= city;
		State			= state;
		Postcode			= postcode;
		PhoneNum		= phoneNum;
			}

	public String getName()			
	{
		return Name;
	}
	public String getMatricNum()			
	{
		return MatricNum;
	}
public String getFaculty()			
	{
		return Faculty;
	}

	public String getAddress()  		
	{
		return Address;
	}

	public String getCity()				
	{
		return City;
			}
	public String getState()				
	{
		return State;
			}
	public String getPostcode()				
	{
		return Postcode;
			}


	public String getPhoneNum()  		
	{
		return PhoneNum;
	}
}

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...