Alliedassault           
FAQ Calendar
Go Back   Alliedassault > Lounge > Offtopic
Reload this Page Coding in Bluej
Offtopic Any topics not related to the games we cover. Doesn't mean this is a Spam-fest. Profanity is allowed, enter at your own risk.

Reply
 
Thread Tools Display Modes
Coding in Bluej
Old
  (#1)
anti is Offline
2nd Lieutenant
 
Posts: 3,609
Join Date: Jun 2004
   
Default Coding in Bluej - 09-16-2004, 09:01 PM

i dont know what it is but im snagged on this problem:

Exercise 2.48: add a further field, refnumber to the book class. this field can store a reference number for a library, for example. it should be a type string and initialized to the zero length string ("") in the constructor as its initial value is not passed in a parameter to the constructor. instead, define a mutator for it with the following signature:

public void setRefNumber (String ref)

the body of this method should assign the value of the paramter to the refNumber field. Add a corresponding getRefNumber accessor to help you check that the mutator works correctly.


  
Reply With Quote
Old
  (#2)
Machette is Offline
Major
 
Machette's Avatar
 
Posts: 6,413
Join Date: Mar 2003
Location: University of Guelph
   
Default 09-16-2004, 09:02 PM

I speak for everyone. oOo:
  
Reply With Quote
Old
  (#3)
newt. is Offline
2nd Lieutenant
 
newt.'s Avatar
 
Posts: 3,025
Join Date: Mar 2002
   
Default 09-16-2004, 09:02 PM

Quote:
Originally Posted by Machette
oOo:
  
Reply With Quote
Old
  (#4)
KTOG is Offline
Captain
 
KTOG's Avatar
 
Posts: 5,824
Join Date: Mar 2002
Location: Robertplantsville
   
Default 09-16-2004, 09:04 PM

BlueJ the java program?

I wish i remembered the program i used for java.
However, i can't help ya i haven't done java in like 2 years.
  
Reply With Quote
Old
  (#5)
anti is Offline
2nd Lieutenant
 
Posts: 3,609
Join Date: Jun 2004
   
Default 09-16-2004, 09:07 PM

Quote:
Originally Posted by KTOG
BlueJ the java program?

I wish i remembered the program i used for java.
However, i can't help ya i haven't done java in like 2 years.
yeah, we just started it in class today. im trying to figure out what theyre asking of me.


  
Reply With Quote
Old
  (#6)
Pyro is Offline
Chief of Staff General
 
Pyro's Avatar
 
Posts: 20,691
Join Date: Apr 2002
Location: Brampton Ontario Canada
  Send a message via AIM to Pyro Send a message via MSN to Pyro  
Default 09-16-2004, 09:08 PM

Ill be learning java in two weeks...


  
Reply With Quote
Old
  (#7)
KTOG is Offline
Captain
 
KTOG's Avatar
 
Posts: 5,824
Join Date: Mar 2002
Location: Robertplantsville
   
Default 09-16-2004, 09:21 PM

From what i read it would look something like this in C++ but i'm still clueless on what exactly is meant by mutator.



public void setRefNumber (String ref)
{
refNumber = "'
}

void int()
{
setRefNumber(String refNumber)
}
  
Reply With Quote
Old
  (#8)
Judas is Offline
Senior Member
 
Posts: 8,792
Join Date: Apr 2002
Location: Hans-AlbinVonReitzenstein
 Send a message via ICQ to Judas Send a message via AIM to Judas Send a message via MSN to Judas  
Default 09-16-2004, 09:37 PM

mutator methods change values. when i learned it methods didnt have those gay names ... not sure why they are necessary.

getSomething() <- access

setSomething() <- mutate

so all its asking you to do is to redefine that method so that you can set refnumber to whatever you want ( a string in this case ) in other methods , classes, and the main method.

not sure what all the variables are in the class but

public void setRefNumber (String ref)
{
refnumber = ref;
}

public String getRefNumber()
{
return refNumber;
}
  
Reply With Quote
Old
  (#9)
Judas is Offline
Senior Member
 
Posts: 8,792
Join Date: Apr 2002
Location: Hans-AlbinVonReitzenstein
 Send a message via ICQ to Judas Send a message via AIM to Judas Send a message via MSN to Judas  
Default 09-16-2004, 09:45 PM

i cheated and had to look up mutate and access ... this might be helpful :


http://www.thiruvathukal.com/luc/cs170/lectures/02.pdf
  
Reply With Quote
Old
  (#10)
anti is Offline
2nd Lieutenant
 
Posts: 3,609
Join Date: Jun 2004
   
Default 09-16-2004, 09:55 PM

thanks [img]http://www.affichescinema.com/insc_t/tommy_boy.jpg[/img]


  
Reply With Quote
Old
  (#11)
Berquist is Offline
Member
 
Posts: 95
Join Date: Oct 2002
 Send a message via ICQ to Berquist Send a message via AIM to Berquist  
Default 09-16-2004, 10:04 PM

:|
  
Reply With Quote
Old
  (#12)
Tripper is Offline
General of the Army
 
Posts: 18,895
Join Date: Jan 2002
Location: Auckland, New Zealand
   
Default 09-16-2004, 11:40 PM

Quote:
Originally Posted by anntihero
thanks [img]http://www.affichescinema.com/insc_t/tommy_boy.jpg[/img]
That movie is an absolute classic.
  
Reply With Quote
Old
  (#13)
newt. is Offline
2nd Lieutenant
 
newt.'s Avatar
 
Posts: 3,025
Join Date: Mar 2002
   
Default 09-16-2004, 11:50 PM

"The point is, how do you know the Guarantee Fairy isn't a crazy glue sniffer? "Building model airplanes" says the little fairy, but we're not buying it. Next thing you know, there's money missing off the dresser and your daughter's knocked up, I seen it a hundred times."
  
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBulletin Skin developed by: vBStyles.com
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.